sandbox: Enable ULIB just for the sandbox build

It doesn't really make sense to use ulib in anything other than the main
sandbox build, since it has the most features enabled. Move the setting
into defconfig so that other boards don't enable it.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-09-07 07:21:10 -06:00
parent 25edf4ac61
commit f4834f490d
2 changed files with 1 additions and 1 deletions

View File

@@ -100,7 +100,6 @@ endchoice
config ULIB
bool "Build U-Boot as a library"
default y if SANDBOX
help
Enable this to build a library which can be linked to other programs,
to extend U-Boot's functionality.

View File

@@ -11,6 +11,7 @@ CONFIG_PCI=y
CONFIG_DEBUG_UART=y
CONFIG_SYS_MEMTEST_START=0x00100000
CONFIG_SYS_MEMTEST_END=0x00101000
CONFIG_ULIB=y
CONFIG_EXAMPLES=y
CONFIG_EFI_SECURE_BOOT=y
CONFIG_EFI_RT_VOLATILE_STORE=y