[PATCH v3 5/6] configs: enable smbios command on sandbox

Ilias Apalodimas ilias.apalodimas at linaro.org
Thu Jan 25 17:08:57 CET 2024


On Thu, 25 Jan 2024 at 17:55, Heinrich Schuchardt
<heinrich.schuchardt at canonical.com> wrote:
>
> To make use of the Python smbios test we need the smbios command.
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
> ---
> v3:
>         new patch
> ---
>  configs/sandbox_defconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
> index ea4e2c1ec39..a8df5e635b2 100644
> --- a/configs/sandbox_defconfig
> +++ b/configs/sandbox_defconfig
> @@ -42,6 +42,7 @@ CONFIG_STACKPROTECTOR=y
>  CONFIG_ANDROID_AB=y
>  CONFIG_CMD_CPU=y
>  CONFIG_CMD_LICENSE=y
> +CONFIG_CMD_SMBIOS=y
>  CONFIG_CMD_BOOTM_PRE_LOAD=y
>  CONFIG_CMD_BOOTZ=y
>  CONFIG_BOOTM_OPENRTOS=y
> --
> 2.43.0
>

Reviewed-by: Ilias Apalodimas <ilias.apalodimas at linaro.org>


More information about the U-Boot mailing list