Skip to content
Snippets Groups Projects
Commit c59469b9 authored by Mathias Kresin's avatar Mathias Kresin
Browse files

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: default avatarMathias Kresin <dev@kresin.me>
parent e3c88f49
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@
partition@50000 {
label = "firmware";
reg = <0x50000 0x7b0000>;
reg = <0x50000 0xfb0000>;
};
};
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment