]> Git Repo - J-u-boot.git/commitdiff
Merge git://git.denx.de/u-boot-marvell
authorTom Rini <[email protected]>
Tue, 4 Jun 2019 12:03:41 +0000 (08:03 -0400)
committerTom Rini <[email protected]>
Tue, 4 Jun 2019 12:03:41 +0000 (08:03 -0400)
- Enable MMC in SPL to enable DM MMC booting on helios4 (Dennis)

arch/arm/dts/armada-388-helios4-u-boot.dtsi

index 4b20610d83195da6365f03953c7b7de051e1ec50..f0da9f42de23d63ff09dbdec1155ac766064bc96 100644 (file)
@@ -20,3 +20,7 @@
        status = "okay";
        u-boot,dm-spl;
 };
+
+&sdhci {
+       u-boot,dm-spl;
+};
This page took 0.034263 seconds and 4 git commands to generate.