[U-Boot] [PATCH v2 02/13] ARM: rename CONFIG_TIMER_CLK_FREQ to COUNTER_FREQUENCY

york sun york.sun at nxp.com
Wed Jan 25 17:55:55 CET 2017


On 01/24/2017 06:23 PM, Andre Przywara wrote:
> 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 at arm.com>
> ---
>  arch/arm/cpu/armv7/nonsec_virt.S | 4 ++--
>  arch/arm/cpu/armv7/sunxi/psci.c  | 2 +-
>  board/sunxi/board.c              | 6 +++---
>  include/configs/exynos-common.h  | 2 +-
>  include/configs/ls1021aiot.h     | 2 +-
>  include/configs/ls1021aqds.h     | 2 +-
>  include/configs/ls1021atwr.h     | 2 +-
>  include/configs/mx7_common.h     | 2 +-
>  include/configs/sun50i.h         | 1 -
>  include/configs/sunxi-common.h   | 2 +-
>  scripts/config_whitelist.txt     | 1 -
>  11 files changed, 12 insertions(+), 14 deletions(-)
>

For LS1021A,

Reviewed-by: York Sun <york.sun at nxp.com>



More information about the U-Boot mailing list