From: Jonas Gorski Date: Mon, 1 Jun 2015 12:37:24 +0000 (+0000) Subject: lantiq: fix VG3503J rootfs offset X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=a40615b0706f8671e1d57960baa39d874f22f3b0 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 SVN-Revision: 45868 --- diff --git a/target/linux/lantiq/dts/VG3503J.dtsi b/target/linux/lantiq/dts/VG3503J.dtsi index cebc4a49ca..e9a3c70b29 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 {