summaryrefslogtreecommitdiff
path: root/firmware/crt0.S
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/crt0.S')
-rw-r--r--firmware/crt0.S8
1 files changed, 8 insertions, 0 deletions
diff --git a/firmware/crt0.S b/firmware/crt0.S
index 9dad41944a..0e75195530 100644
--- a/firmware/crt0.S
+++ b/firmware/crt0.S
@@ -561,6 +561,14 @@ irq_handler:
561 bhi.b .iramloop 561 bhi.b .iramloop
562#endif /* !BOOTLOADER */ 562#endif /* !BOOTLOADER */
563 563
564#ifdef IRIVER_H300_SERIES
565 /* Set KEEP_ACT before doing the lengthy copy and zero-fill operations */
566 move.l #0x00080000,%d0
567 or.l %d0,(0xb4,%a1)
568 or.l %d0,(0xb8,%a1)
569 or.l %d0,(0xbc,%a1)
570#endif
571
564 /* zero out bss */ 572 /* zero out bss */
565 lea _edata,%a2 573 lea _edata,%a2
566 lea _end,%a4 574 lea _end,%a4