ramips: fix partition size for RT5350F-OLINUXINO

The partition size is wrong, leading to out-of-disk-space even on no/moderate use.

Upstream fix from vendor: 2f25eb57ed
Suggested fix for openwrt: https://dev.openwrt.org/ticket/20321

Signed-off-by: Rene Treffer <treffer@measite.de>
This commit is contained in:
Rene Treffer 2016-07-06 10:32:19 +02:00 committed by John Crispin
parent 252f751611
commit 8876575601
2 changed files with 2 additions and 2 deletions

View file

@ -60,7 +60,7 @@
partition@50000 {
label = "firmware";
reg = <0x50000 0x3b0000>;
reg = <0x50000 0x7b0000>;
};
};
};

View file

@ -38,7 +38,7 @@
partition@50000 {
label = "firmware";
reg = <0x50000 0x3b0000>;
reg = <0x50000 0x7b0000>;
};
};
};