Skip to content

Commit

Permalink
ARM: at91: Animeo IP: fix mtd partition table
Browse files Browse the repository at this point in the history
Update to production one.

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
  • Loading branch information
plagnioj authored and Nicolas Ferre committed Dec 9, 2013
1 parent cd127e1 commit 2f8e458
Showing 1 changed file with 8 additions and 23 deletions.
31 changes: 8 additions & 23 deletions arch/arm/boot/dts/animeo_ip.dts
Original file line number Diff line number Diff line change
Expand Up @@ -90,34 +90,19 @@
nand-on-flash-bbt;
status = "okay";

at91bootstrap@0 {
label = "at91bootstrap";
reg = <0x0 0x8000>;
};

barebox@8000 {
barebox@0 {
label = "barebox";
reg = <0x8000 0x40000>;
};

bareboxenv@48000 {
label = "bareboxenv";
reg = <0x48000 0x8000>;
};

user_block@0x50000 {
label = "user_block";
reg = <0x50000 0xb0000>;
reg = <0x0 0x58000>;
};

kernel@100000 {
label = "kernel";
reg = <0x100000 0x1b0000>;
u_boot_env@58000 {
label = "u_boot_env";
reg = <0x58000 0x8000>;
};

root@2b0000 {
label = "root";
reg = <0x2b0000 0x1D50000>;
ubi@60000 {
label = "ubi";
reg = <0x60000 0x1FA0000>;
};
};

Expand Down

0 comments on commit 2f8e458

Please sign in to comment.