forked from OERV-BSP/u-boot
efi_loader: Make EFI_VARIABLES_PRESEED depend on !COMPILE_TEST
When doing compile testing build we cannot rely on having a valid file for EFI_VAR_SEED_FILE to exist, so disable this option when doing compile tests. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Acked-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
committed by
Heinrich Schuchardt
parent
c04fb8b505
commit
4910a7cc69
@@ -195,6 +195,7 @@ endchoice
|
||||
|
||||
config EFI_VARIABLES_PRESEED
|
||||
bool "Initial values for UEFI variables"
|
||||
depends on !COMPILE_TEST
|
||||
depends on !EFI_MM_COMM_TEE
|
||||
help
|
||||
Include a file with the initial values for non-volatile UEFI variables
|
||||
|
||||
Reference in New Issue
Block a user