diff options
author | Luka Perkov <luka@openwrt.org> | 2016-03-14 17:06:15 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2016-03-14 17:06:15 +0000 |
commit | 76c2c676ec5e8c6069579b2192fb9211ec414daf (patch) | |
tree | e24a1897f8f5f1f2cdcca3be5178dad7a2d32fdb /target/linux/kirkwood/patches-3.18/180-goflexhome.patch | |
parent | ab13a001dde17abfa29e6b31153084267e4512da (diff) | |
download | upstream-76c2c676ec5e8c6069579b2192fb9211ec414daf.tar.gz upstream-76c2c676ec5e8c6069579b2192fb9211ec414daf.tar.bz2 upstream-76c2c676ec5e8c6069579b2192fb9211ec414daf.zip |
kirkwood/goflexnet/goflexhome: change mtd layout to use the last 3 mb
Previous the uboot was overwriting the device-tree's mtd layout to use
the last 3 mb.
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
SVN-Revision: 49015
Diffstat (limited to 'target/linux/kirkwood/patches-3.18/180-goflexhome.patch')
-rw-r--r-- | target/linux/kirkwood/patches-3.18/180-goflexhome.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/kirkwood/patches-3.18/180-goflexhome.patch b/target/linux/kirkwood/patches-3.18/180-goflexhome.patch index e30a8b1ee9..95e67b91e2 100644 --- a/target/linux/kirkwood/patches-3.18/180-goflexhome.patch +++ b/target/linux/kirkwood/patches-3.18/180-goflexhome.patch @@ -114,7 +114,7 @@ Index: linux-3.18.27/arch/arm/boot/dts/kirkwood-goflexhome.dts + + partition@100000 { + label = "ubi"; -+ reg = <0x100000 0xfc00000>; ++ reg = <0x100000 0x0ff00000>; + }; +}; + |