diff options
author | Barry Wardell <rockbox@barrywardell.net> | 2006-08-28 08:11:32 +0000 |
---|---|---|
committer | Barry Wardell <rockbox@barrywardell.net> | 2006-08-28 08:11:32 +0000 |
commit | 1920df36d8378cf75c5c7165af9ee295adae7235 (patch) | |
tree | 77fafab725ec30b210f63647acefdf9771b2b31e /firmware/rolo.c | |
parent | 93083e15c6cb25bcd1b0e9b659316d8e22959123 (diff) |
Add Rockbox bootloader for H10
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10781 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/rolo.c')
-rw-r--r-- | firmware/rolo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/rolo.c b/firmware/rolo.c index cae5eda180..dac51fc0f3 100644 --- a/firmware/rolo.c +++ b/firmware/rolo.c @@ -31,8 +31,8 @@ #include "buffer.h" #if (CONFIG_CPU != TCC730) && !defined(IRIVER_IFP7XX_SERIES) && \ - (CONFIG_CPU != PP5002) -/* FIX: this doesn't work on Gmini, iFP or 3rd Gen ipods yet */ + (CONFIG_CPU != PP5002) && !defined(IRIVER_H10) && !defined(IRIVER_H10_5GB) +/* FIX: this doesn't work on Gmini, iFP, 3rd Gen ipods, or H10 yet */ #define IRQ0_EDGE_TRIGGER 0x80 |