]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
configs: am64x: Enable RTC emulation
authorJonathan Humphreys <j-humphreys@ti.com>
Mon, 8 Apr 2024 21:10:48 +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/am64x_evm_a53_defconfig

index 1cb7684c46c6766cfe5f588d31f32d7546090f76..61b498b49a6ae92cfb58963056cf517687dcd73a 100644 (file)
@@ -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