summaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu/files
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2014-06-29 11:44:58 +0000
committerImre Kaloz <kaloz@openwrt.org>2014-06-29 11:44:58 +0000
commit38f596d8f4859d5283dcbdeca8975f9f8d7dbbc6 (patch)
tree62982645f4df5dbbe119119e0a54533d5afdc075 /target/linux/mvebu/files
parent8fe75736d84890f5c60ca2f7b0e454193a112877 (diff)
downloadmaster-31e0f0ae-38f596d8f4859d5283dcbdeca8975f9f8d7dbbc6.tar.gz
master-31e0f0ae-38f596d8f4859d5283dcbdeca8975f9f8d7dbbc6.tar.bz2
master-31e0f0ae-38f596d8f4859d5283dcbdeca8975f9f8d7dbbc6.zip
update mamba dts
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 41379
Diffstat (limited to 'target/linux/mvebu/files')
-rw-r--r--target/linux/mvebu/files/arch/arm/boot/dts/armada-xp-mamba.dts17
1 files changed, 8 insertions, 9 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 f8576f8016..ad0441583b 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
@@ -176,7 +176,7 @@
};
partition@100000 {
- label = "u_env"; //u-boot-env?
+ label = "u_env";
reg = <0x100000 0x40000>; /* 256KB */
read-only;
};
@@ -184,7 +184,6 @@
partition@140000 {
label = "s_env";
reg = <0x140000 0x40000>; /* 256KB */
- read-only;
};
partition@900000 {
@@ -194,29 +193,29 @@
};
partition@a00000 {
- label = "kernel";
- reg = <0xa00000 0x2800000>; /* 40MB */
+ label = "kernel1";
+ reg = <0xa00000 0x300000>; /* 3MB */
};
partition@d00000 {
- label = "rootfs";
+ label = "rootfs1";
reg = <0xd00000 0x2500000>; /* 37MB */
};
partition@3200000 {
- label = "alt_kernel";
- reg = <0x3200000 0x2800000>; /* 40MB */
+ label = "kernel2";
+ reg = <0x3200000 0x300000>; /* 3MB */
};
partition@3500000 {
- label = "alt_rootfs";
+ label = "rootfs2";
reg = <0x3500000 0x2500000>; /* 37MB */
};
/* Last MB is for the BBT, i.e. not writable */
partition@5a00000 {
label = "syscfg";
- reg = <0x5a00000 0x2600000>; /* ?MB */
+ reg = <0x5a00000 0x2600000>; /* 38MB */
};
};