aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2015-06-01 12:37:24 +0000
committerJonas Gorski <jogo@openwrt.org>2015-06-01 12:37:24 +0000
commit956a143cada0bc695dd0d8535bb6710df09d0969 (patch)
tree09d966840eb2828798fa35517e5484f3cbf3150d /target/linux/lantiq
parent3e2ff3cae01cced974035a7dfcc07f63f3718367 (diff)
downloadupstream-956a143cada0bc695dd0d8535bb6710df09d0969.tar.gz
upstream-956a143cada0bc695dd0d8535bb6710df09d0969.tar.bz2
upstream-956a143cada0bc695dd0d8535bb6710df09d0969.zip
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45868 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r--target/linux/lantiq/dts/VG3503J.dtsi2
1 files changed, 1 insertions, 1 deletions
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 {