Re: [U-Boot] [PATCH 1/6] armv8: Make COUNTER_FREQUENCY optional

2015-08-20 Thread Stephen Warren
On 08/20/2015 03:42 AM, Thierry Reding wrote: From: Thierry Reding Some platforms have the means to determine the counter frequency at runtime, so give them an opportunity to do so. Aside from the one comment I already made, the series, Acked-by: Stephen Warren Tested-by: Stephen Warren I

[U-Boot] [PATCH 1/6] armv8: Make COUNTER_FREQUENCY optional

2015-08-20 Thread Thierry Reding
From: Thierry Reding Some platforms have the means to determine the counter frequency at runtime, so give them an opportunity to do so. Signed-off-by: Thierry Reding --- arch/arm/cpu/armv8/start.S | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/cpu/armv8/start.S b/arch/arm/cpu/a