forked from len0rd/rockbox
imx233: move away timer defines from imx233.h
Change-Id: I9f721ae12a3ddf72c4e90ad0754a5c2b819847bb
This commit is contained in:
parent
9ced006c06
commit
068443caaf
3 changed files with 23 additions and 7 deletions
|
@ -23,6 +23,16 @@
|
|||
#include "clkctrl-imx233.h"
|
||||
#include "kernel-imx233.h"
|
||||
|
||||
#ifdef SANSA_FUZEPLUS
|
||||
#define TICK_TIMER_NR 0
|
||||
#elif defined(CREATIVE_ZENXFI2)
|
||||
#define TICK_TIMER_NR 0
|
||||
#elif defined(CREATIVE_ZENXFI3)
|
||||
#define TICK_TIMER_NR 0
|
||||
#else
|
||||
#error Select tick timer !
|
||||
#endif
|
||||
|
||||
static void tick_timer(void)
|
||||
{
|
||||
/* Run through the list of tick tasks */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue