From: Heinrich Schuchardt Date: Wed, 11 Jan 2023 06:43:30 +0000 (+0100) Subject: configs: remove SDL2 dependency in tools-only_defconfig X-Git-Tag: v2025.01-rc5-pxa1908~1145^2~6 X-Git-Url: http://git.dujemihanovic.xyz/html/static/gitweb.css?a=commitdiff_plain;h=c8bded57de0c8bdbda4b0973afad90b7633405ce;p=u-boot.git configs: remove SDL2 dependency in tools-only_defconfig When building tools only there is no point in requiring the SDL2 library. Signed-off-by: Heinrich Schuchardt --- diff --git a/configs/tools-only_defconfig b/configs/tools-only_defconfig index 2197063112..3ad90835b7 100644 --- a/configs/tools-only_defconfig +++ b/configs/tools-only_defconfig @@ -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