summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/crt0.S5
1 files changed, 2 insertions, 3 deletions
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:
115 pop r1, r0 115 pop r1, r0
116 ret_irq 116 ret_irq
117 117
118#elif CONFIG_CPU == MCF5249 118#elif defined(IRIVER_H100)
119 119 /* Platform: iRiver H120/H140 */
120 /* Platform: iRiver H1xx */
121 move.w #0x2700,%sr 120 move.w #0x2700,%sr
122 121
123 move.l #vectors,%d0 122 move.l #vectors,%d0