mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
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:
parent
55cae6458d
commit
7505075dff
1 changed files with 4 additions and 0 deletions
|
@ -20,3 +20,7 @@
|
|||
status = "okay";
|
||||
u-boot,dm-spl;
|
||||
};
|
||||
|
||||
&sdhci {
|
||||
u-boot,dm-spl;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue