From: Heinrich Schuchardt Date: Thu, 25 Jan 2024 15:54:37 +0000 (+0100) Subject: configs: enable smbios command on sandbox X-Git-Tag: v2024.04-rc1~14^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5380d76979e1db7033716faaae462bc7cb574da;p=pandora-u-boot.git configs: enable smbios command on sandbox To make use of the Python smbios test we need the smbios command. Signed-off-by: Heinrich Schuchardt Reviewed-by: Ilias Apalodimas --- 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