diff options
author | John Crispin <blogic@openwrt.org> | 2014-07-01 10:26:38 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-07-01 10:26:38 +0000 |
commit | 54175f29c39d955719ae0e929247cc86e10cd870 (patch) | |
tree | b0466a4bc69a54dc7294010300cb562f5da60b0f | |
parent | 11a85aabcc14c938739dd017dfddc0f946ea1163 (diff) | |
download | upstream-54175f29c39d955719ae0e929247cc86e10cd870.tar.gz upstream-54175f29c39d955719ae0e929247cc86e10cd870.tar.bz2 upstream-54175f29c39d955719ae0e929247cc86e10cd870.zip |
ramips: sync the WHR-600D flash layout with that of the vendor FW
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41446 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/ramips/dts/WHR-600D.dts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ramips/dts/WHR-600D.dts b/target/linux/ramips/dts/WHR-600D.dts index 0b4d5390ce..b99d024d07 100644 --- a/target/linux/ramips/dts/WHR-600D.dts +++ b/target/linux/ramips/dts/WHR-600D.dts @@ -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>; }; }; }; |