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:
1
Kconfig
1
Kconfig
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user