diff options
author | Mathias Kresin <dev@kresin.me> | 2017-03-23 20:30:25 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-03-24 08:09:39 +0100 |
commit | c59469b908483802d56349f999b8bc152e927151 (patch) | |
tree | 2628ac8bc867ed27f0feba043da4d21f737dd524 /target/linux/ramips/dts/MIWIFI-NANO.dts | |
parent | e3c88f49648c92e83cb0075ee3d2f744700ff511 (diff) | |
download | upstream-c59469b908483802d56349f999b8bc152e927151.tar.gz upstream-c59469b908483802d56349f999b8bc152e927151.tar.bz2 upstream-c59469b908483802d56349f999b8bc152e927151.zip |
ramips: fix Xiaomi MiWiFi Nano firmware partition size
Even the commit message of the patch adding support for the MiWiFi Nano
says that a 16 MB flash chip is used. Extend the firmware partition to
make use of all available flash space.
Fixes: FS#622
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ramips/dts/MIWIFI-NANO.dts')
-rw-r--r-- | target/linux/ramips/dts/MIWIFI-NANO.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/MIWIFI-NANO.dts b/target/linux/ramips/dts/MIWIFI-NANO.dts index d262d8cf2c..21ac541107 100644 --- a/target/linux/ramips/dts/MIWIFI-NANO.dts +++ b/target/linux/ramips/dts/MIWIFI-NANO.dts @@ -98,7 +98,7 @@ partition@50000 { label = "firmware"; - reg = <0x50000 0x7b0000>; + reg = <0x50000 0xfb0000>; }; }; }; |