]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
configs: enable smbios command on sandbox
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 25 Jan 2024 15:54:37 +0000 (16:54 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 26 Jan 2024 13:15:08 +0000 (14:15 +0100)
To make use of the Python smbios test we need the smbios command.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
configs/sandbox_defconfig

index ea4e2c1ec3941ddf0cf50e2779aac737ca09a95c..a8df5e635b261ce0509ce66a5a98b7e26a11309b 100644 (file)
@@ -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