
25 Jan
2017
25 Jan
'17
5:56 p.m.
On 01/24/2017 06:23 PM, Andre Przywara wrote:
Some Freescale boards used an extra version of the constant to hold the Generic Timer frequency. This can easily be covered by the now unified COUNTER_FREQUENCY constant, so remove this extra variable from those boards.
Signed-off-by: Andre Przywara andre.przywara@arm.com
arch/arm/cpu/armv7/ls102xa/psci.S | 2 +- arch/arm/cpu/armv7/ls102xa/timer.c | 2 +- include/configs/ls1021aiot.h | 5 ----- include/configs/ls1021aqds.h | 5 ----- include/configs/ls1021atwr.h | 5 ----- 5 files changed, 2 insertions(+), 17 deletions(-)
Reviewed-by: York Sun york.sun@nxp.com