ramips: fix partition size for RT5350F-OLINUXINO
authorRene Treffer <treffer+github@measite.de>
Wed, 6 Jul 2016 08:32:19 +0000 (10:32 +0200)
committerJohn Crispin <john@phrozen.org>
Mon, 11 Jul 2016 12:19:47 +0000 (14:19 +0200)
The partition size is wrong, leading to out-of-disk-space even on no/moderate use.

Upstream fix from vendor: https://github.com/OLIMEX/openwrt/commit/2f25eb57edc79d33c4810d185c193be4293c434a
Suggested fix for openwrt: https://dev.openwrt.org/ticket/20321

Signed-off-by: Rene Treffer <treffer@measite.de>
target/linux/ramips/dts/RT5350F-OLINUXINO-EVB.dts
target/linux/ramips/dts/RT5350F-OLINUXINO.dts

index 6c45d7a56e379ac9cb57d4262d92b0179b02a5f5..bda918b44bca2049adaac4de692cb4d40ab6dc35 100644 (file)
@@ -60,7 +60,7 @@
 
                partition@50000 {
                        label = "firmware";
-                       reg = <0x50000 0x3b0000>;
+                       reg = <0x50000 0x7b0000>;
                };
        };
 };
index e59b4181217bdfc12b82ac7f02d330a8d3b392e7..0d28e10d95032c4c1452bfc9e82067ce3103ca02 100644 (file)
@@ -38,7 +38,7 @@
 
                partition@50000 {
                        label = "firmware";
-                       reg = <0x50000 0x3b0000>;
+                       reg = <0x50000 0x7b0000>;
                };
        };
 };