[PATCH v3 6/6] configs: enable smbios command on qemu_arm64_defconfig
Ilias Apalodimas
ilias.apalodimas at linaro.org
Thu Jan 25 17:08:45 CET 2024
On Thu, 25 Jan 2024 at 17:55, Heinrich Schuchardt
<heinrich.schuchardt at canonical.com> wrote:
>
> We have a Python test the copying of SMBIOS tables from QEMU.
> To make use of the test we need the smbios command.
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
> ---
> v3:
> no change
> ---
> configs/qemu_arm64_defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/configs/qemu_arm64_defconfig b/configs/qemu_arm64_defconfig
> index 5100e193be6..631d8866f62 100644
> --- a/configs/qemu_arm64_defconfig
> +++ b/configs/qemu_arm64_defconfig
> @@ -27,6 +27,7 @@ CONFIG_USE_PREBOOT=y
> # CONFIG_DISPLAY_CPUINFO is not set
> # CONFIG_DISPLAY_BOARDINFO is not set
> CONFIG_PCI_INIT_R=y
> +CONFIG_CMD_SMBIOS=y
> CONFIG_CMD_BOOTZ=y
> CONFIG_CMD_BOOTEFI_SELFTEST=y
> CONFIG_CMD_NVEDIT_EFI=y
> --
> 2.43.0
>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas at linaro.org>
More information about the U-Boot
mailing list