[Concept] x86: qemu: Enable the bootloader-specificaiton bootmeth
Commit Message
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(-)
@@ -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/'