arc/soc: remove unused CONFIG_TIMER0_CLOCK_FREQ

Defined in all SoCs, but never referenced anywhere. That definition has
been replaced by CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC.

Change-Id: I1801f72a03925717ded6fbfdef22b1993f843461
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
This commit is contained in:
Benjamin Walsh 2016-08-25 14:49:09 -04:00 committed by Anas Nashif
commit 36ece00163
4 changed files with 0 additions and 25 deletions

View file

@ -63,12 +63,6 @@
#include <misc/__assert.h>
/*
* The file(s) arch/arc/soc/<soc>/soc.h must provide a definition for the
* following constant:
*
* CONFIG_ARCV2_TIMER0_CLOCK_FREQ
*
* This is the ARC CPU input clock frequency.
* note: This implementation assumes Timer0 is present. Be sure
* to build the ARC CPU with Timer0.
*/