]> git.baikalelectronics.ru Git - uboot.git/commitdiff
configs: remove SDL2 dependency in tools-only_defconfig
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 11 Jan 2023 06:43:30 +0000 (07:43 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 18 Jan 2023 18:11:13 +0000 (13:11 -0500)
When building tools only there is no point in requiring the SDL2 library.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
configs/tools-only_defconfig

index 2197063112b013b86d03d89cb11ea532e2ac2da3..3ad90835b7a6a44421e83cc8eca96d0b88836725 100644 (file)
@@ -3,6 +3,7 @@ CONFIG_SYS_MALLOC_LEN=0x2000000
 CONFIG_ENV_SIZE=0x2000
 CONFIG_DEFAULT_DEVICE_TREE="sandbox"
 CONFIG_SYS_LOAD_ADDR=0x0
+# CONFIG_SANDBOX_SDL is not set
 CONFIG_ANDROID_BOOT_IMAGE=y
 CONFIG_FIT=y
 CONFIG_TIMESTAMP=y