diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2014-07-13 22:11:43 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2014-07-13 22:11:43 +0000 |
commit | b80600b6631c55000a3dbf6ab2bae0d97da324f3 (patch) | |
tree | 8f1dd8550c56468ca2a05a1deda875cd2f248695 /target/linux | |
parent | bd652ee26815b94ea18e0d2da72943de18d5994a (diff) | |
download | upstream-b80600b6631c55000a3dbf6ab2bae0d97da324f3.tar.gz upstream-b80600b6631c55000a3dbf6ab2bae0d97da324f3.tar.bz2 upstream-b80600b6631c55000a3dbf6ab2bae0d97da324f3.zip |
[mvebu]: update wrt1900ac dts
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41629 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/mvebu/files/arch/arm/boot/dts/armada-xp-mamba.dts | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/target/linux/mvebu/files/arch/arm/boot/dts/armada-xp-mamba.dts b/target/linux/mvebu/files/arch/arm/boot/dts/armada-xp-mamba.dts index 3dee564a46..a3dc012724 100644 --- a/target/linux/mvebu/files/arch/arm/boot/dts/armada-xp-mamba.dts +++ b/target/linux/mvebu/files/arch/arm/boot/dts/armada-xp-mamba.dts @@ -178,7 +178,6 @@ partition@100000 { label = "u_env"; reg = <0x100000 0x40000>; /* 256KB */ - read-only; }; partition@140000 { @@ -194,7 +193,7 @@ partition@a00000 { label = "kernel1"; - reg = <0xa00000 0x300000>; /* 3MB */ + reg = <0xa00000 0x2800000>; /* 3MB */ }; partition@d00000 { @@ -204,7 +203,7 @@ partition@3200000 { label = "kernel2"; - reg = <0x3200000 0x300000>; /* 3MB */ + reg = <0x3200000 0x2800000>; /* 3MB */ }; partition@3500000 { |