diff mbox series

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

Message ID 20210929113913.43407-1-michael@walle.cc
State Awaiting Upstream
Delegated to: Priyanka Jain
Headers show
Series [v3,1/5] board: sl28: enable EFI_SET_TIME support | expand

Commit Message

Michael Walle Sept. 29, 2021, 11:39 a.m. UTC
Allow EFI to actually set the time before ExitBootServices().

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

changes since v1:
 - none

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

Patch

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