forked from len0rd/rockbox
Initial commit of work-in-progress iPod port
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7781 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3cd5c646d0
commit
77372d1218
24 changed files with 2178 additions and 21 deletions
|
@ -27,8 +27,8 @@
|
|||
#include "lcd.h"
|
||||
#include "serial.h"
|
||||
|
||||
#if (CONFIG_CPU != MCF5249) && (CONFIG_CPU != TCC730)
|
||||
/* FIX: this doesn't work on iRiver or Gmini yet */
|
||||
#if (CONFIG_CPU != MCF5249) && (CONFIG_CPU != TCC730) && (CONFIG_CPU != PP5020)
|
||||
/* FIX: this doesn't work on iRiver or Gmini or iPod yet */
|
||||
|
||||
#ifndef HAVE_MMC /* MMC takes serial port 1, so don't mess with it */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue