diff options
author | Andre Przywara | 2017-02-16 01:20:19 +0000 |
---|---|---|
committer | Jagan Teki | 2017-04-05 15:03:17 +0530 |
commit | e4916e850bfb3a148b4167974d59332b72d2d055 (patch) | |
tree | 69f1c348c25be94d7e6b11ebe1e62f01302b1184 /include/configs/sun50i.h | |
parent | 1afd0f6f17db1625a50b69a1edc40f5163db7c31 (diff) |
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>
Diffstat (limited to 'include/configs/sun50i.h')
-rw-r--r-- | include/configs/sun50i.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/sun50i.h b/include/configs/sun50i.h index 3e5708b4936..1b7bfb6c22e 100644 --- a/include/configs/sun50i.h +++ b/include/configs/sun50i.h @@ -18,7 +18,6 @@ #define CONFIG_SUNXI_USB_PHYS 1 -#define COUNTER_FREQUENCY CONFIG_TIMER_CLK_FREQ #define GICD_BASE 0x1c81000 #define GICC_BASE 0x1c82000 |