From: Heinrich Schuchardt Date: Sat, 21 Nov 2020 19:52:18 +0000 (+0100) Subject: efi_loader: enable EFI_SET_TIME on sandbox and QEMU ARM X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=31cadc3635500a94d6893db70e85acc39827c62c;p=u-boot.git efi_loader: enable EFI_SET_TIME on sandbox and QEMU ARM Enable EFI_SET_TIME on the sandbox and QEMU ARM to ensure that we compile and test the relevant code. Signed-off-by: Heinrich Schuchardt --- diff --git a/lib/efi_loader/Kconfig b/lib/efi_loader/Kconfig index 29ea14b2ee..7fd3a3c90c 100644 --- a/lib/efi_loader/Kconfig +++ b/lib/efi_loader/Kconfig @@ -88,6 +88,7 @@ config EFI_GET_TIME config EFI_SET_TIME bool "SetTime() runtime service" depends on EFI_GET_TIME + default y if ARCH_QEMU || SANDBOX default n help Provide the SetTime() runtime service at boottime. This service