projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55cae64
)
arm: mvebu: helios4: add MMC to SPL DT
author
Dennis Gilmore
<dennis@ausil.us>
Wed, 29 May 2019 14:36:13 +0000
(09:36 -0500)
committer
Stefan Roese
<sr@denx.de>
Tue, 4 Jun 2019 06:33:24 +0000
(08:33 +0200)
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>
arch/arm/dts/armada-388-helios4-u-boot.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/armada-388-helios4-u-boot.dtsi
b/arch/arm/dts/armada-388-helios4-u-boot.dtsi
index 4b20610d83195da6365f03953c7b7de051e1ec50..f0da9f42de23d63ff09dbdec1155ac766064bc96 100644
(file)
--- a/
arch/arm/dts/armada-388-helios4-u-boot.dtsi
+++ b/
arch/arm/dts/armada-388-helios4-u-boot.dtsi
@@
-20,3
+20,7
@@
status = "okay";
u-boot,dm-spl;
};
+
+&sdhci {
+ u-boot,dm-spl;
+};