]> git.ipfire.org Git - people/ms/u-boot.git/commit
ARM: rename CONFIG_TIMER_CLK_FREQ to COUNTER_FREQUENCY
authorAndre Przywara <andre.przywara@arm.com>
Thu, 16 Feb 2017 01:20:19 +0000 (01:20 +0000)
committerJagan Teki <jagan@amarulasolutions.com>
Wed, 5 Apr 2017 09:33:17 +0000 (15:03 +0530)
commite4916e850bfb3a148b4167974d59332b72d2d055
tree69f1c348c25be94d7e6b11ebe1e62f01302b1184
parent1afd0f6f17db1625a50b69a1edc40f5163db7c31
ARM: rename CONFIG_TIMER_CLK_FREQ to COUNTER_FREQUENCY

Many ARMv8 boards define a constant COUNTER_FREQUENCY to specify the
frequency of the ARM Generic Timer (aka. arch timer).
ARMv7 boards traditionally used CONFIG_TIMER_CLK_FREQ for the same
purpose. It seems useful to unify them.
Since there are less occurences of the latter version, lets convert all
users over to COUNTER_FREQUENCY.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Jagan Teki <jagan@openedev.com>
arch/arm/cpu/armv7/nonsec_virt.S
arch/arm/cpu/armv7/sunxi/psci.c
board/sunxi/board.c
include/configs/exynos-common.h
include/configs/ls1021aiot.h
include/configs/ls1021aqds.h
include/configs/ls1021atwr.h
include/configs/mx7_common.h
include/configs/sun50i.h
include/configs/sunxi-common.h
scripts/config_whitelist.txt