summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/crt0.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/crt0.S b/firmware/crt0.S
index 59fb25b374..1975b2d1e9 100644
--- a/firmware/crt0.S
+++ b/firmware/crt0.S
@@ -300,6 +300,10 @@ irq_handler:
300vectors: 300vectors:
301 .long stackend 301 .long stackend
302 .long start 302 .long start
303#elif defined(IRIVER_H300)
304 /* Platform: iRiver H320/H340 */
305
306 /* Fill in code here */
303#else 307#else
304 /* Platform: Archos Jukebox 308 /* Platform: Archos Jukebox
305 * We begin with some tricks. If we have built our code to be loaded 309 * We begin with some tricks. If we have built our code to be loaded