arm: mvebu: clearfog: add MMC to SPL DT

This allows SPL to load the main U-Boot image from MMC once DM_MMC is
enabled.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
Baruch Siach 2019-05-08 17:47:32 +03:00 committed by Stefan Roese
parent 22bb913fdf
commit 13cba82b51

View File

@ -7,3 +7,7 @@
u-boot,dm-spl;
};
};
&sdhci {
u-boot,dm-spl;
};