summaryrefslogtreecommitdiffstats
path: root/firmware/drivers/serial.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/serial.c')
-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 8479da52f8..f1cee96d51 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 */