diff mbox series

board: sl28: enable EFI_SET_TIME support

Message ID 20210908161604.2369465-1-michael@walle.cc
State Superseded
Delegated to: Priyanka Jain
Headers show
Series board: sl28: enable EFI_SET_TIME support | expand

Commit Message

Michael Walle Sept. 8, 2021, 4:16 p.m. UTC
Allow EFI to set the time before ExitBootServices().

Signed-off-by: Michael Walle <michael@walle.cc>
---
 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 e15928bead..8bd7d5be4b 100644
--- a/configs/kontron_sl28_defconfig
+++ b/configs/kontron_sl28_defconfig
@@ -92,3 +92,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