summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-04-25 19:03:17 +0000
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-04-25 19:03:17 +0000
commit03a1b39817ca3f8227b4439b7cb0933c8749f48f (patch)
tree19f95e7c6968522291971c29d50bf5e05b8ed731 /target
parent7eeb19197487133b0765feff6dfb14126d8048f9 (diff)
lantiq: update VG3503J.dts to match new partition layout
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36439 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/lantiq/image/VG3503J.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/lantiq/image/VG3503J.dts b/target/linux/lantiq/image/VG3503J.dts
index cf9545484..0aea8d80c 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 {