From: Mathias Kresin Date: Thu, 23 Mar 2017 19:30:25 +0000 (+0100) Subject: ramips: fix Xiaomi MiWiFi Nano firmware partition size X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Flynxis%2Fomap.git;a=commitdiff_plain;h=c59469b908483802d56349f999b8bc152e927151 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 --- 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>; }; }; };