[PATCH v3 1/5] board: sl28: enable EFI_SET_TIME support

Michael Walle michael at walle.cc
Wed Sep 29 13:39:09 CEST 2021


Allow EFI to actually set the time before ExitBootServices().

Signed-off-by: Michael Walle <michael at walle.cc>
---
changes since v2:
 - none

changes since v1:
 - none

 configs/kontron_sl28_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/kontron_sl28_defconfig b/configs/kontron_sl28_defconfig
index a9038789cb..ae729efdfe 100644
--- a/configs/kontron_sl28_defconfig
+++ b/configs/kontron_sl28_defconfig
@@ -91,3 +91,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.30.2



More information about the U-Boot mailing list