arm: mvebu: helios4: 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: Dennis Gilmore <dennis@ausil.us>
Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
Dennis Gilmore 2019-05-29 09:36:13 -05:00 committed by Stefan Roese
parent 55cae6458d
commit 7505075dff

View File

@ -20,3 +20,7 @@
status = "okay";
u-boot,dm-spl;
};
&sdhci {
u-boot,dm-spl;
};