diff options
author | John Crispin <john@openwrt.org> | 2013-04-25 19:03:17 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-04-25 19:03:17 +0000 |
commit | a46acc80e4d53dfa06e2f7db1027ecfc4e2e3cb0 (patch) | |
tree | ad3b2bb2944e4a785f501a1cb0d83710f343c7b8 | |
parent | 46306c2e470063be7497c701511626791eccd6c0 (diff) | |
download | upstream-a46acc80e4d53dfa06e2f7db1027ecfc4e2e3cb0.tar.gz upstream-a46acc80e4d53dfa06e2f7db1027ecfc4e2e3cb0.tar.bz2 upstream-a46acc80e4d53dfa06e2f7db1027ecfc4e2e3cb0.zip |
lantiq: update VG3503J.dts to match new partition layout
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36439
-rw-r--r-- | target/linux/lantiq/image/VG3503J.dts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/lantiq/image/VG3503J.dts b/target/linux/lantiq/image/VG3503J.dts index cf9545484e..0aea8d80c7 100644 --- a/target/linux/lantiq/image/VG3503J.dts +++ b/target/linux/lantiq/image/VG3503J.dts @@ -30,12 +30,12 @@ partition@20000 { label = "kernel"; - reg = <0x20000 0x400000>; + reg = <0x20000 0x180000>; }; - partition@420000 { + partition@1a0000 { label = "rootfs"; - reg = <0x420000 0x320000>; + reg = <0x1a0000 0x5a0000>; }; partition@740000 { |