]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
configs: am62x: Enable RTC emulation
authorJonathan Humphreys <j-humphreys@ti.com>
Mon, 8 Apr 2024 21:10:58 +0000 (16:10 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 17 Apr 2024 19:15:23 +0000 (13:15 -0600)
This is required to pass SystemReadyIR tests.

Signed-off-by: Jonathan Humphreys <j-humphreys@ti.com>
configs/am62x_evm_a53_defconfig

index ee585b3bc84175af9796803966b07bb823fc5aae..d650b8575b6a72d7a383e95a719813f696835e75 100644 (file)
@@ -96,6 +96,8 @@ CONFIG_TI_SCI_POWER_DOMAIN=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
@@ -107,3 +109,4 @@ CONFIG_SYSRESET=y
 CONFIG_SPL_SYSRESET=y
 CONFIG_SYSRESET_TI_SCI=y
 CONFIG_FS_FAT_MAX_CLUSTSIZE=16384
+CONFIG_EFI_SET_TIME=y