aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Humphreys <j-humphreys@ti.com>2024-04-08 16:10:48 -0500
committerTom Rini <trini@konsulko.com>2024-04-17 13:15:23 -0600
commitdcb228273832d56ac253408d25fcbef0a017167a (patch)
tree26bd0a05cd92f27ddb472bf941c9abb380a86927
parenta0b0e6b3796bfd3e4d20e2d96b21e18ce5d9dfeb (diff)
downloadu-boot-dcb228273832d56ac253408d25fcbef0a017167a.zip
u-boot-dcb228273832d56ac253408d25fcbef0a017167a.tar.gz
u-boot-dcb228273832d56ac253408d25fcbef0a017167a.tar.bz2
configs: am64x: Enable RTC emulation
This is required to pass SystemReadyIR tests. Signed-off-by: Jonathan Humphreys <j-humphreys@ti.com>
-rw-r--r--configs/am64x_evm_a53_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/am64x_evm_a53_defconfig b/configs/am64x_evm_a53_defconfig
index 1cb7684..61b498b 100644
--- a/configs/am64x_evm_a53_defconfig
+++ b/configs/am64x_evm_a53_defconfig
@@ -143,6 +143,8 @@ CONFIG_DM_REGULATOR_TPS65219=y
CONFIG_K3_SYSTEM_CONTROLLER=y
CONFIG_REMOTEPROC_TI_K3_ARM64=y
CONFIG_RESET_TI_SCI=y
+CONFIG_DM_RTC=y
+CONFIG_RTC_EMULATION=y
CONFIG_DM_SERIAL=y
CONFIG_SOC_DEVICE=y
CONFIG_SOC_DEVICE_TI_K3=y
@@ -174,3 +176,4 @@ CONFIG_USB_GADGET_DOWNLOAD=y
CONFIG_USB_FUNCTION_MASS_STORAGE=y
CONFIG_SPL_DFU=y
CONFIG_FS_FAT_MAX_CLUSTSIZE=16384
+CONFIG_EFI_SET_TIME=y