From 9e91bb036743e57b5fcb467c72ea426bb8776296 Mon Sep 17 00:00:00 2001 From: Michael Walle Date: Wed, 29 Sep 2021 13:39:09 +0200 Subject: [PATCH] board: sl28: enable EFI_SET_TIME support Allow EFI to actually set the time before ExitBootServices(). Signed-off-by: Michael Walle Reviewed-by: Priyanka Jain --- configs/kontron_sl28_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/kontron_sl28_defconfig b/configs/kontron_sl28_defconfig index 90e595f..f24051a 100644 --- a/configs/kontron_sl28_defconfig +++ b/configs/kontron_sl28_defconfig @@ -94,3 +94,4 @@ CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y CONFIG_OF_LIBFDT_ASSUME_MASK=0x0 CONFIG_OF_LIBFDT_OVERLAY=y +CONFIG_EFI_SET_TIME=y -- 2.7.4