
From: Simon Glass <sjg@chromium.org> While U-Boot can create its own tables, the ones from QEMU should be used when booting within QEMU. For example, LXD uses some of the fields to decide whether to start cloud-init or not. Signed-off-by: Simon Glass <sjg@chromium.org> --- arch/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/Kconfig b/arch/Kconfig index 49ab4f825d8..b86e27cd5f9 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -309,7 +309,7 @@ config X86 imply ACPI imply ACPIGEN if !ARCH_QEMU_X86 && !EFI_APP imply SYSINFO if GENERATE_SMBIOS_TABLE - imply SYSINFO_SMBIOS if GENERATE_SMBIOS_TABLE + imply SYSINFO_SMBIOS if GENERATE_SMBIOS_TABLE && !ARCH_QEMU_X86 imply TIMESTAMP # Thing to enable for when SPL/TPL are enabled: SPL -- 2.43.0