9
0
Fork 0

ARM: phytec-som-imx6: add barebox partitions for MMC

Add missing MMC barebox environment partitions for the phyCORE-i.MX6
with EMMC. Otherwise the barebox cannot find the environment, when the
board is boot from sd-card.

Signed-off-by: Stefan Christ <s.christ@phytec.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Stefan Christ 2016-04-27 12:04:41 +02:00 committed by Sascha Hauer
parent 52fdd510de
commit 0a7a5e73aa
1 changed files with 13 additions and 0 deletions

View File

@ -43,6 +43,19 @@
&usdhc1 {
status = "okay";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "barebox";
reg = <0x0 0xe0000>;
};
partition@e0000 {
label = "barebox-environment";
reg = <0xe0000 0x20000>;
};
};
&usdhc4 {