summaryrefslogtreecommitdiff
path: root/firmware/drivers
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-08-01 22:28:14 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-08-01 22:28:14 +0000
commit0fc30d117412f2cbd8e00a043e0c901345125d31 (patch)
tree1cba88b9ed482cef7ca2bba3a2fc059a40221d43 /firmware/drivers
parent97cf946e4df08852b7ce17ecb7fe8425df67dc3f (diff)
downloadrockbox-0fc30d117412f2cbd8e00a043e0c901345125d31.zip
rockbox-0fc30d117412f2cbd8e00a043e0c901345125d31.tar.gz
rockbox-0fc30d117412f2cbd8e00a043e0c901345125d31.tar.bz2
rockbox-0fc30d117412f2cbd8e00a043e0c901345125d31.tar.xz
added mostly dummy changes to allow building of a Sansa e200 bootloader
without functionality git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10399 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/drivers')
-rw-r--r--firmware/drivers/serial.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/drivers/serial.c b/firmware/drivers/serial.c
index 8479da5..f1cee96 100644
--- a/firmware/drivers/serial.c
+++ b/firmware/drivers/serial.c
@@ -30,7 +30,8 @@
#if (CONFIG_CPU != MCF5249) && (CONFIG_CPU != TCC730) && \
(CONFIG_CPU != PP5020) && (CONFIG_CPU != PNX0101) && \
- (CONFIG_CPU != PP5002) && (CONFIG_CPU != MCF5250)
+ (CONFIG_CPU != PP5002) && (CONFIG_CPU != MCF5250) && \
+ (CONFIG_CPU != PP5024)
/* FIX: this doesn't work on iRiver or Gmini or iPod yet */
/* iFP7xx has no remote */