summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-06-18 21:53:07 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-06-18 21:53:07 +0000
commit57e78a56c73a76e23fae2e098254449c36eb9ed6 (patch)
treeaf86e5a42e021a7cc9b83c3cfd2327b5257b845e
parent6dd2729dd09de302b73950d14113cbc137ba7a4f (diff)
downloadrockbox-57e78a56c73a76e23fae2e098254449c36eb9ed6.tar.gz
rockbox-57e78a56c73a76e23fae2e098254449c36eb9ed6.zip
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
-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