forked from len0rd/rockbox
Put TIMER_FREQ definition in CPU-specific config, and remove timer-target.h
Note : SH has TIMER_FREQ defined to CPU_FREQ, so any code wanting it must include #config.h before #cpu.h git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21560 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c5dedd7d76
commit
ffefe0c08b
32 changed files with 54 additions and 353 deletions
|
@ -1754,4 +1754,8 @@
|
|||
#define UART_FIFO_CTRL 0x881
|
||||
#define TIMEOUT 1000
|
||||
|
||||
/* Timer frequency */
|
||||
/* timer is based on ipg_clk */
|
||||
#define TIMER_FREQ (66000000)
|
||||
|
||||
#endif /* __IMX31L_H__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue