summaryrefslogtreecommitdiff
path: root/firmware/target
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target')
-rw-r--r--firmware/target/mips/ingenic_jz47xx/crt0.S5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/target/mips/ingenic_jz47xx/crt0.S b/firmware/target/mips/ingenic_jz47xx/crt0.S
index baef085845..97e01d8566 100644
--- a/firmware/target/mips/ingenic_jz47xx/crt0.S
+++ b/firmware/target/mips/ingenic_jz47xx/crt0.S
@@ -48,6 +48,11 @@
.section .init.text
.set noreorder
.set noat
+
+#ifdef BOOTLOADER
+ .word 0 /* Unknown */
+ .word 0 /* Filesize */
+#endif
_start:
la ra, _start