aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2017-03-23 20:30:25 +0100
committerMathias Kresin <dev@kresin.me>2017-07-08 08:53:52 +0200
commit3214e174a07f5b333ae6f3fe5a857c8324e9ae27 (patch)
treea646e7d40c967d66a7e47a45c3b0b8847735147a /target
parent27da508749e038479ceb19435cf2ca548cd5aef8 (diff)
downloadupstream-3214e174a07f5b333ae6f3fe5a857c8324e9ae27.tar.gz
upstream-3214e174a07f5b333ae6f3fe5a857c8324e9ae27.tar.bz2
upstream-3214e174a07f5b333ae6f3fe5a857c8324e9ae27.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')
-rw-r--r--target/linux/ramips/dts/MIWIFI-NANO.dts2
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>;
};
};
};