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:
parent
f054505c99
commit
36ece00163
4 changed files with 0 additions and 25 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue