projects
/
openwrt
/
staging
/
lynxis
/
omap.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3c88f4
)
ramips: fix Xiaomi MiWiFi Nano firmware partition size
author
Mathias Kresin
<dev@kresin.me>
Thu, 23 Mar 2017 19:30:25 +0000
(20:30 +0100)
committer
Mathias Kresin
<dev@kresin.me>
Fri, 24 Mar 2017 07:09:39 +0000
(08:09 +0100)
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>
target/linux/ramips/dts/MIWIFI-NANO.dts
patch
|
blob
|
history
diff --git
a/target/linux/ramips/dts/MIWIFI-NANO.dts
b/target/linux/ramips/dts/MIWIFI-NANO.dts
index d262d8cf2cde6ad637b9a25a3e457036b285ab38..21ac541107d056f5769d0812acf1a8e45947a174 100644
(file)
--- 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 0x
7
b0000>;
+ reg = <0x50000 0x
f
b0000>;
};
};
};