9
0
Fork 0

ARM: phyFLEX-AM335x-SOM: Update NAND partition table

We double the partition size for barebox-env and oftree to be
more robust against bad block issues.

Signed-off-by: Teresa Gámez <t.gamez@phytec.de>
Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Teresa Gámez 2015-02-10 13:29:48 +01:00 committed by Sascha Hauer
parent 60ae4632b4
commit f9a0ad98a1
1 changed files with 4 additions and 4 deletions

View File

@ -303,22 +303,22 @@
partition@5 {
label = "bareboxenv";
reg = <0x100000 0x20000>;
reg = <0x100000 0x40000>;
};
partition@6 {
label = "oftree";
reg = <0x120000 0x20000>;
reg = <0x140000 0x40000>;
};
partition@7 {
label = "kernel";
reg = <0x140000 0x800000>;
reg = <0x180000 0x800000>;
};
partition@8 {
label = "root";
reg = <0x940000 0x0>;
reg = <0x980000 0x0>;
};
};
};