diff options
Diffstat (limited to 'firmware/rolo.c')
-rw-r--r-- | firmware/rolo.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/firmware/rolo.c b/firmware/rolo.c index 6f7bae90c9..84b3280da5 100644 --- a/firmware/rolo.c +++ b/firmware/rolo.c @@ -31,9 +31,8 @@ #include "buffer.h" #if !defined(IRIVER_IFP7XX_SERIES) && \ - (CONFIG_CPU != PP5002) && !defined(IRIVER_H10) && \ - !defined(IRIVER_H10_5GB) && (CONFIG_CPU != S3C2440) -/* FIX: this doesn't work on iFP, 3rd Gen ipods, or H10 yet */ + (CONFIG_CPU != PP5002) && (CONFIG_CPU != S3C2440) +/* FIX: this doesn't work on iFP, 3rd Gen ipods */ #define IRQ0_EDGE_TRIGGER 0x80 |