aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorVignesh Raghavendra <vigneshr@ti.com>2022-03-11 21:23:21 +0530
committerTom Rini <trini@konsulko.com>2022-04-04 19:02:04 -0400
commit1e20f571441020329775e1f7766f104bfafae7aa (patch)
tree88a6d64b06998d202280703f31da6c4d47db220f /configs
parentcf13851be937b3995dca836c431131a12b54211d (diff)
downloadu-boot-1e20f571441020329775e1f7766f104bfafae7aa.zip
u-boot-1e20f571441020329775e1f7766f104bfafae7aa.tar.gz
u-boot-1e20f571441020329775e1f7766f104bfafae7aa.tar.bz2
configs: am64x_evm_a53_defconfig: Switch to per-cpu timer as tick provider
On arm64 systems, recommendation is to use per-cpu timer for time keeping. Currently AM64 ends up using DM timer as tick timer as driver is enabled in the config. Drop OMAP DM Timer related configs, this will switch to using armv8 per-cpu timer as tick timer for A53 SPL/U-Boot. Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com> Reviewed-By: Nishanth Menon <nm@ti.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/am64x_evm_a53_defconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/configs/am64x_evm_a53_defconfig b/configs/am64x_evm_a53_defconfig
index 7397436..bceb35f 100644
--- a/configs/am64x_evm_a53_defconfig
+++ b/configs/am64x_evm_a53_defconfig
@@ -135,9 +135,6 @@ CONFIG_CADENCE_QSPI=y
CONFIG_SYSRESET=y
CONFIG_SPL_SYSRESET=y
CONFIG_SYSRESET_TI_SCI=y
-CONFIG_TIMER=y
-CONFIG_SPL_TIMER=y
-CONFIG_OMAP_TIMER=y
CONFIG_USB=y
CONFIG_DM_USB_GADGET=y
CONFIG_SPL_DM_USB_GADGET=y