mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-04 20:26:13 +02: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:
parent
6822583672
commit
16b0482a74
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user