diff mbox series

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

Message ID 20211022221924.1226010-2-marcel@ziswiler.com
State Accepted
Commit 9e91bb036743e57b5fcb467c72ea426bb8776296
Delegated to: Stefano Babic
Headers show
Series board: sl28: target refresh | expand

Commit Message

Marcel Ziswiler Oct. 22, 2021, 10:19 p.m. UTC
From: Michael Walle <michael@walle.cc>

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

Signed-off-by: Michael Walle <michael@walle.cc>
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>

---

Changes in v4:
- Re-based on top of imx/master.

Changes in v3:
- none

Changes in v2:
- 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 4e25dafaaff..e066fe87771 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