1
0
Fork 0
forked from len0rd/rockbox

Fix empty commit: Add grayscale support for ARM in vertical packing format.

Enable grayscale for Iriver ifp. Fix timer_unregister for PNX0101.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14825 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Tomasz Malesinski 2007-09-22 23:37:58 +00:00
parent ed83edfd7b
commit 4fc77ac3ff
6 changed files with 587 additions and 4 deletions

View file

@ -303,7 +303,7 @@ void timer_unregister(void)
CPU_INT_CLR = TIMER2_MASK;
#elif CONFIG_CPU == PNX0101
TIMER1.ctrl &= ~0x80; /* disable timer 1 */
irq_disable_int(5);
irq_disable_int(IRQ_TIMER1);
#elif CONFIG_CPU == S3C2440
__TIMER_UNREGISTER();
#endif