mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-19 11:16:32 +00:00
ralink: fix WHR-300HP2 mtd size
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40419
This commit is contained in:
parent
858b972e66
commit
f1e31f8266
@ -42,12 +42,12 @@
|
||||
|
||||
partition@50000 {
|
||||
label = "firmware";
|
||||
reg = <0x50000 0x6b0000>;
|
||||
reg = <0x50000 0x5b0000>;
|
||||
};
|
||||
|
||||
partition@700000 {
|
||||
partition@600000 {
|
||||
label = "usercfg";
|
||||
reg = <0x700000 0x100000>;
|
||||
reg = <0x600000 0x100000>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user