[Concept] x86: qemu: Enable the bootloader-specificaiton bootmeth

Message ID 20260325194711.863625-1-sjg@u-boot.org
State New
Headers
Series [Concept] x86: qemu: Enable the bootloader-specificaiton bootmeth |

Commit Message

Simon Glass March 25, 2026, 7:47 p.m. UTC
  From: Simon Glass <sjg@chromium.org>

This is useful for running boot tests, so enable it.

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

 boot/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/boot/Kconfig b/boot/Kconfig
index 50603143a05..d9e78fc8f2b 100644
--- a/boot/Kconfig
+++ b/boot/Kconfig
@@ -721,7 +721,7 @@  config BOOTMETH_BLS
 	bool "Bootdev support for Boot Loader Specification (BLS) Type #1"
 	select PXE_UTILS
 	select PXE_INITRD_LIST
-	default y if SANDBOX
+	default y if SANDBOX || MACH_QEMU
 	help
 	  Enables support for Boot Loader Specification (BLS) Type #1 entries.
 	  This makes bootdevs look for '*.conf' files in 'loader/entries/'