update mamba dts

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>

SVN-Revision: 41379
This commit is contained in:
Imre Kaloz 2014-06-29 11:44:58 +00:00
parent 8fe75736d8
commit 38f596d8f4

View File

@ -176,7 +176,7 @@
}; };
partition@100000 { partition@100000 {
label = "u_env"; //u-boot-env? label = "u_env";
reg = <0x100000 0x40000>; /* 256KB */ reg = <0x100000 0x40000>; /* 256KB */
read-only; read-only;
}; };
@ -184,7 +184,6 @@
partition@140000 { partition@140000 {
label = "s_env"; label = "s_env";
reg = <0x140000 0x40000>; /* 256KB */ reg = <0x140000 0x40000>; /* 256KB */
read-only;
}; };
partition@900000 { partition@900000 {
@ -194,29 +193,29 @@
}; };
partition@a00000 { partition@a00000 {
label = "kernel"; label = "kernel1";
reg = <0xa00000 0x2800000>; /* 40MB */ reg = <0xa00000 0x300000>; /* 3MB */
}; };
partition@d00000 { partition@d00000 {
label = "rootfs"; label = "rootfs1";
reg = <0xd00000 0x2500000>; /* 37MB */ reg = <0xd00000 0x2500000>; /* 37MB */
}; };
partition@3200000 { partition@3200000 {
label = "alt_kernel"; label = "kernel2";
reg = <0x3200000 0x2800000>; /* 40MB */ reg = <0x3200000 0x300000>; /* 3MB */
}; };
partition@3500000 { partition@3500000 {
label = "alt_rootfs"; label = "rootfs2";
reg = <0x3500000 0x2500000>; /* 37MB */ reg = <0x3500000 0x2500000>; /* 37MB */
}; };
/* Last MB is for the BBT, i.e. not writable */ /* Last MB is for the BBT, i.e. not writable */
partition@5a00000 { partition@5a00000 {
label = "syscfg"; label = "syscfg";
reg = <0x5a00000 0x2600000>; /* ?MB */ reg = <0x5a00000 0x2600000>; /* 38MB */
}; };
}; };