mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
imx233: always use the timer for kernel tick
Change-Id: Ifb7f77569b351e66edb5b8f1ac2e805c2f8b394a
This commit is contained in:
parent
b74a459189
commit
6e88d98dcf
1 changed files with 0 additions and 8 deletions
|
|
@ -23,15 +23,7 @@
|
|||
|
||||
#include "kernel.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
|
||||
|
||||
/* The i.MX233 uses in several places virtual channels to multiplex the work.
|
||||
* To arbiter the use of the different channels, we use a simple channel arbiter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue