summaryrefslogtreecommitdiff
path: root/firmware/drivers/serial.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/serial.c')
-rw-r--r--firmware/drivers/serial.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/firmware/drivers/serial.c b/firmware/drivers/serial.c
index f1cee96d51..46280bc8cc 100644
--- a/firmware/drivers/serial.c
+++ b/firmware/drivers/serial.c
@@ -28,10 +28,7 @@
28#include "serial.h" 28#include "serial.h"
29 29
30 30
31#if (CONFIG_CPU != MCF5249) && (CONFIG_CPU != TCC730) && \ 31#if CONFIG_CPU == SH7034
32 (CONFIG_CPU != PP5020) && (CONFIG_CPU != PNX0101) && \
33 (CONFIG_CPU != PP5002) && (CONFIG_CPU != MCF5250) && \
34 (CONFIG_CPU != PP5024)
35 32
36/* FIX: this doesn't work on iRiver or Gmini or iPod yet */ 33/* FIX: this doesn't work on iRiver or Gmini or iPod yet */
37/* iFP7xx has no remote */ 34/* iFP7xx has no remote */