[PATCH 15/19] arm: qemu: Allow SPL and TPL
Simon Glass
sjg at chromium.org
Wed Sep 25 14:55:41 CEST 2024
Indicate that these boards can be supported, so a new 'TPL' board can be
added.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
arch/arm/Kconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 656f588a97c..dfc735237aa 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1043,6 +1043,8 @@ config ARCH_QEMU
select DM_SERIAL
select OF_CONTROL
select PL01X_SERIAL
+ select SUPPORT_SPL
+ select SUPPORT_TPL
imply CMD_DM
imply DM_RNG
imply DM_RTC
--
2.43.0
More information about the U-Boot
mailing list