summaryrefslogtreecommitdiff
path: root/firmware/target/mips/ingenic_jz47xx/crt0.S
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/mips/ingenic_jz47xx/crt0.S')
-rw-r--r--firmware/target/mips/ingenic_jz47xx/crt0.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/target/mips/ingenic_jz47xx/crt0.S b/firmware/target/mips/ingenic_jz47xx/crt0.S
index 0ae365022a..49de3e6a01 100644
--- a/firmware/target/mips/ingenic_jz47xx/crt0.S
+++ b/firmware/target/mips/ingenic_jz47xx/crt0.S
@@ -50,6 +50,7 @@
50 .set noat 50 .set noat
51 51
52#ifdef BOOTLOADER 52#ifdef BOOTLOADER
53#ifndef XDUOO_X3
53 /* These will get filled in by scramble */ 54 /* These will get filled in by scramble */
54 .word 0 /* Empty */ 55 .word 0 /* Empty */
55 .word 0 /* Filesize */ 56 .word 0 /* Filesize */
@@ -65,6 +66,7 @@ _relocate_loop:
65 bne t1, t2, _relocate_loop 66 bne t1, t2, _relocate_loop
66 sw t3, -4(t1) 67 sw t3, -4(t1)
67#endif 68#endif
69#endif
68 70
69_start: 71_start:
70 la ra, _start 72 la ra, _start