diff options
author | John Crispin <john@openwrt.org> | 2015-02-11 10:17:38 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-02-11 10:17:38 +0000 |
commit | f90d9d486a8842077e68e90bba2b276ac1336bab (patch) | |
tree | 4f0fd397fefca278a84662174df358d63dc400f7 /target/linux/lantiq/dts | |
parent | 6bafb2f810694619ba65317cd349af3b1ca97617 (diff) | |
download | upstream-f90d9d486a8842077e68e90bba2b276ac1336bab.tar.gz upstream-f90d9d486a8842077e68e90bba2b276ac1336bab.tar.bz2 upstream-f90d9d486a8842077e68e90bba2b276ac1336bab.zip |
lantiq: fix VG3503J partition table for newer kernels
the kernel has increased and does not fit into the 1,5MB anymore.
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44391
Diffstat (limited to 'target/linux/lantiq/dts')
-rw-r--r-- | target/linux/lantiq/dts/VG3503J.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/lantiq/dts/VG3503J.dtsi b/target/linux/lantiq/dts/VG3503J.dtsi index 3e6bab5dd3..cebc4a49ca 100644 --- a/target/linux/lantiq/dts/VG3503J.dtsi +++ b/target/linux/lantiq/dts/VG3503J.dtsi @@ -28,12 +28,12 @@ partition@20000 { label = "kernel"; - reg = <0x20000 0x180000>; + reg = <0x20000 0x300000>; }; partition@1a0000 { label = "rootfs"; - reg = <0x1a0000 0x5a0000>; + reg = <0x1a0000 0x420000>; }; partition@740000 { |