diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-06-01 12:37:24 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-06-01 12:37:24 +0000 |
commit | 43c0a725af3846579326bffd54ca49d79b1b2d65 (patch) | |
tree | 1324c1ebddbdccac6ed4abc43909482158ffd106 /target | |
parent | 09ad0ae4bd0b4a83c5a0c55fdb252f7cc2719bdf (diff) | |
download | mtk-20170518-43c0a725af3846579326bffd54ca49d79b1b2d65.zip mtk-20170518-43c0a725af3846579326bffd54ca49d79b1b2d65.tar.gz mtk-20170518-43c0a725af3846579326bffd54ca49d79b1b2d65.tar.bz2 |
lantiq: fix VG3503J rootfs offset
In r44391 the kernel partion size was increased to allow larger kernels,
but the rootfs partition offset was missed. Fix this by setting the
rootfs offset to the expected value.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 45868
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/lantiq/dts/VG3503J.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/dts/VG3503J.dtsi b/target/linux/lantiq/dts/VG3503J.dtsi index cebc4a4..e9a3c70 100644 --- a/target/linux/lantiq/dts/VG3503J.dtsi +++ b/target/linux/lantiq/dts/VG3503J.dtsi @@ -33,7 +33,7 @@ partition@1a0000 { label = "rootfs"; - reg = <0x1a0000 0x420000>; + reg = <0x320000 0x420000>; }; partition@740000 { |