mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
13cba82b51
This allows SPL to load the main U-Boot image from MMC once DM_MMC is enabled. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Reviewed-by: Stefan Roese <sr@denx.de> Signed-off-by: Stefan Roese <sr@denx.de>
13 lines
131 B
Text
13 lines
131 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
&spi1 {
|
|
u-boot,dm-spl;
|
|
|
|
spi-flash@0 {
|
|
u-boot,dm-spl;
|
|
};
|
|
};
|
|
|
|
&sdhci {
|
|
u-boot,dm-spl;
|
|
};
|