[PATCH 3/3] board: qemu-arm: enable CONFIG_CONSOLE_RECORD

Heinrich Schuchardt heinrich.schuchardt at canonical.com
Sun Nov 23 02:19:00 CET 2025


Many C unit tests are skipped without CONFIG_CONSOLE_RECORD=y.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
---
 board/emulation/qemu-arm/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/board/emulation/qemu-arm/Kconfig b/board/emulation/qemu-arm/Kconfig
index 447061b25cd..d86e3862157 100644
--- a/board/emulation/qemu-arm/Kconfig
+++ b/board/emulation/qemu-arm/Kconfig
@@ -8,6 +8,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	select HAS_CUSTOM_SYS_INIT_SP_ADDR
 	select QFW if ACPI
 	select QFW_MMIO if CMD_QFW
+	imply CONSOLE_RECORD
 	imply SYS_EARLY_PCI_INIT
 	imply VIRTIO_MMIO
 	imply VIRTIO_PCI
-- 
2.51.0



More information about the U-Boot mailing list