1
0
Fork 0
forked from len0rd/rockbox

imx233: move away timer defines from imx233.h

Change-Id: I9f721ae12a3ddf72c4e90ad0754a5c2b819847bb
This commit is contained in:
Amaury Pouly 2012-05-19 13:28:41 +02:00
parent 9ced006c06
commit 068443caaf
3 changed files with 23 additions and 7 deletions

View file

@ -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 */