Skip to content

Commit 3214e17

Browse files
committed
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 <[email protected]>
1 parent 27da508 commit 3214e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

target/linux/ramips/dts/MIWIFI-NANO.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898

9999
partition@50000 {
100100
label = "firmware";
101-
reg = <0x50000 0x7b0000>;
101+
reg = <0x50000 0xfb0000>;
102102
};
103103
};
104104
};

0 commit comments

Comments
 (0)