Merge git://git.denx.de/u-boot-marvell

- Enable MMC in SPL to enable DM MMC booting on helios4 (Dennis)
This commit is contained in:
Tom Rini 2019-06-04 08:03:41 -04:00
commit b1ab892740

View File

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