From 1920df36d8378cf75c5c7165af9ee295adae7235 Mon Sep 17 00:00:00 2001 From: Barry Wardell Date: Mon, 28 Aug 2006 08:11:32 +0000 Subject: Add Rockbox bootloader for H10 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10781 a1c6a512-1295-4272-9138-f99709370657 --- firmware/rolo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/rolo.c') 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 -- cgit v1.2.3