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

Signed-off-by: Baruch Siach <bar...@tkos.co.il>
---
This patch should be applied before
http://patchwork.ozlabs.org/patch/1094678/ to avoid MMC boot failure.
---
 arch/arm/dts/armada-388-clearfog-u-boot.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/dts/armada-388-clearfog-u-boot.dtsi 
b/arch/arm/dts/armada-388-clearfog-u-boot.dtsi
index f31691ee9491..a12694e17103 100644
--- a/arch/arm/dts/armada-388-clearfog-u-boot.dtsi
+++ b/arch/arm/dts/armada-388-clearfog-u-boot.dtsi
@@ -7,3 +7,7 @@
                u-boot,dm-spl;
        };
 };
+
+&sdhci {
+       u-boot,dm-spl;
+};
-- 
2.20.1

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to