summaryrefslogtreecommitdiff
path: root/configs/tools-only_defconfig
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2023-01-11 09:43:30 +0300
committerTom Rini <trini@konsulko.com>2023-01-18 21:11:13 +0300
commitc8bded57de0c8bdbda4b0973afad90b7633405ce (patch)
treecda3faac1e6b3848f615df4823d35aef8e60d10f /configs/tools-only_defconfig
parent83d7a7af5d8c6251824aa63504d653d756b42c9b (diff)
downloadu-boot-c8bded57de0c8bdbda4b0973afad90b7633405ce.tar.xz
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 <heinrich.schuchardt@canonical.com>
Diffstat (limited to 'configs/tools-only_defconfig')
-rw-r--r--configs/tools-only_defconfig1
1 files changed, 1 insertions, 0 deletions
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