ARM: at91: Animeo IP: fix mtd partition table

Update to production one.

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
This commit is contained in:
Jean-Christophe PLAGNIOL-VILLARD 2013-09-27 08:48:15 +02:00 committed by Nicolas Ferre
parent cd127e1d99
commit 2f8e458204

View file

@ -90,34 +90,19 @@ nand0: nand@40000000 {
nand-on-flash-bbt; nand-on-flash-bbt;
status = "okay"; status = "okay";
at91bootstrap@0 { barebox@0 {
label = "at91bootstrap";
reg = <0x0 0x8000>;
};
barebox@8000 {
label = "barebox"; label = "barebox";
reg = <0x8000 0x40000>; reg = <0x0 0x58000>;
}; };
bareboxenv@48000 { u_boot_env@58000 {
label = "bareboxenv"; label = "u_boot_env";
reg = <0x48000 0x8000>; reg = <0x58000 0x8000>;
}; };
user_block@0x50000 { ubi@60000 {
label = "user_block"; label = "ubi";
reg = <0x50000 0xb0000>; reg = <0x60000 0x1FA0000>;
};
kernel@100000 {
label = "kernel";
reg = <0x100000 0x1b0000>;
};
root@2b0000 {
label = "root";
reg = <0x2b0000 0x1D50000>;
}; };
}; };