mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
sandbox: Make SANDBOX_xPL depend on !COMPILE_TEST
Given how these options are used in the code, it doesn't make sense to enable them for COMPILE_TEST. Make them depend on !COMPILE_TEST. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -27,14 +27,17 @@ config SANDBOX_RAM_SIZE_MB
|
||||
|
||||
config SANDBOX_SPL
|
||||
bool "Enable SPL for sandbox"
|
||||
depends on !COMPILE_TEST
|
||||
select SUPPORT_SPL
|
||||
|
||||
config SANDBOX_TPL
|
||||
bool "Enable TPL for sandbox"
|
||||
depends on !COMPILE_TEST
|
||||
select SUPPORT_TPL
|
||||
|
||||
config SANDBOX_VPL
|
||||
bool "Enable VPL for sandbox"
|
||||
depends on !COMPILE_TEST
|
||||
select SUPPORT_VPL
|
||||
|
||||
config SYS_CONFIG_NAME
|
||||
|
||||
Reference in New Issue
Block a user