diff options
| author | Mathias Kresin | 2017-03-23 19:30:25 +0000 |
|---|---|---|
| committer | Mathias Kresin | 2017-03-24 07:09:39 +0000 |
| commit | c59469b908483802d56349f999b8bc152e927151 (patch) | |
| tree | 2628ac8bc867ed27f0feba043da4d21f737dd524 | |
| parent | e3c88f49648c92e83cb0075ee3d2f744700ff511 (diff) | |
| download | openwrt-c59469b908483802d56349f999b8bc152e927151.tar.gz | |
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>
| -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>; }; }; }; |