diff mbox series

[15/19] arm: qemu: Allow SPL and TPL

Message ID 20240925125622.197915-16-sjg@chromium.org (mailing list archive)
State New
Headers show
Series spl: Support a relocating jump between phases (VBE part F) | expand

Commit Message

Simon Glass Sept. 25, 2024, 12:55 p.m. UTC
Indicate that these boards can be supported, so a new 'TPL' board can be
added.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 arch/arm/Kconfig | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

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