This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
u-boot
Watch
2
Star
0
Fork
You've already forked u-boot
0
mirror of
https://github.com/AsahiLinux/u-boot
synced
2024-11-06 13:14:27 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
7494232700
u-boot
/
arch
/
arm
/
dts
/
armada-388-clearfog-u-boot.dtsi
14 lines
131 B
Text
Raw
Normal View
History
Unescape
Escape
arm: mvebu: clearfog: add u-boot, dm-spl tag for spi This is required so SPL and u-boot can boot from spi flash devices that use the dm drivers. Signed-off-by: Jon Nettleton <jon@solid-run.com> [baruch: use -u-boot.dtsi] Signed-off-by: Baruch Siach <baruch@tkos.co.il> Reviewed-by: Stefan Roese <sr@denx.de> Signed-off-by: Stefan Roese <sr@denx.de>
2018-06-21 09:35:49 +00:00
// SPDX-License-Identifier: GPL-2.0+
&spi1 {
u-boot,dm-spl;
spi-flash@0 {
u-boot,dm-spl;
};
};
arm: mvebu: clearfog: 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: Baruch Siach <baruch@tkos.co.il> Reviewed-by: Stefan Roese <sr@denx.de> Signed-off-by: Stefan Roese <sr@denx.de>
2019-05-08 14:47:32 +00:00
&sdhci {
u-boot,dm-spl;
};
Reference in a new issue
Copy permalink