From 7842b6a91ece2484475d94487ec2b63a2832a4cf Mon Sep 17 00:00:00 2001 From: Andre Przywara Date: Thu, 12 Apr 2018 04:24:46 +0300 Subject: arm: move SYS_ARCH_TIMER to KConfig SYS_ARCH_TIMER guards the usage of the ARM Generic Timer (aka arch timer) in U-Boot. At the moment it is mandatory for ARMv8 and used by a few ARMv7 boards. Add a proper Kconfig symbol to express this dependency properly, allowing certain board configuration to later disable arch timer in case there are any problems with it. Signed-off-by: Andre Przywara [tuomas: rebase + fix conflicts and resync with moveconfig & use select] Signed-off-by: Tuomas Tynkkynen --- include/configs/mx7ulp_evk.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/mx7ulp_evk.h') diff --git a/include/configs/mx7ulp_evk.h b/include/configs/mx7ulp_evk.h index c2223bd858..3dcda9ea77 100644 --- a/include/configs/mx7ulp_evk.h +++ b/include/configs/mx7ulp_evk.h @@ -46,7 +46,6 @@ /* Using ULP WDOG for reset */ #define WDOG_BASE_ADDR WDG1_RBASE -#define CONFIG_SYS_ARCH_TIMER #define CONFIG_SYS_HZ_CLOCK 1000000 /* Fixed at 1Mhz from TSTMR */ #define CONFIG_INITRD_TAG -- cgit