From 57e78a56c73a76e23fae2e098254449c36eb9ed6 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 18 Jun 2005 21:53:07 +0000 Subject: reverted the ifdef change, this code really IS H120/H140-specific and thus this is one of the few places where the player model is checked for correctly git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6758 a1c6a512-1295-4272-9138-f99709370657 --- firmware/crt0.S | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'firmware/crt0.S') diff --git a/firmware/crt0.S b/firmware/crt0.S index fc90e42902..59fb25b374 100644 --- a/firmware/crt0.S +++ b/firmware/crt0.S @@ -115,9 +115,8 @@ irq_handler: pop r1, r0 ret_irq -#elif CONFIG_CPU == MCF5249 - - /* Platform: iRiver H1xx */ +#elif defined(IRIVER_H100) + /* Platform: iRiver H120/H140 */ move.w #0x2700,%sr move.l #vectors,%d0 -- cgit v1.2.3