mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
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>
This commit is contained in:
parent
83d7a7af5d
commit
c8bded57de
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue