diff options
| author | Michael Walle <[email protected]> | 2021-09-29 13:39:09 +0200 |
|---|---|---|
| committer | Priyanka Jain <[email protected]> | 2021-11-09 14:43:24 +0530 |
| commit | 9e91bb036743e57b5fcb467c72ea426bb8776296 (patch) | |
| tree | 74c50350f57ed77638d054f0e80beca0d2caa84c | |
| parent | 0ecf45f5bd038a2610e81491d4f9fb47c2b5c71d (diff) | |
board: sl28: enable EFI_SET_TIME support
Allow EFI to actually set the time before ExitBootServices().
Signed-off-by: Michael Walle <[email protected]>
Reviewed-by: Priyanka Jain <[email protected]>
| -rw-r--r-- | configs/kontron_sl28_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/kontron_sl28_defconfig b/configs/kontron_sl28_defconfig index 90e595f1456..f24051ac649 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 |
