From 0662793ca0050e823cd1207cc4689a1cba5068bd Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Thu, 28 Jun 2018 06:24:26 -0400 Subject: Add cleaned-up xDuoo X3 support Cleaned up, rebased, and forward-ported from the xvortex fork. (original credit to vsoftster@gmail.com) Change-Id: Ibcc023a0271ea81e901450a88317708c2683236d Signed-off-by: Solomon Peachy --- firmware/target/mips/ingenic_jz47xx/crt0.S | 2 ++ 1 file changed, 2 insertions(+) (limited to 'firmware/target/mips/ingenic_jz47xx/crt0.S') 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 @@ .set noat #ifdef BOOTLOADER +#ifndef XDUOO_X3 /* These will get filled in by scramble */ .word 0 /* Empty */ .word 0 /* Filesize */ @@ -65,6 +66,7 @@ _relocate_loop: bne t1, t2, _relocate_loop sw t3, -4(t1) #endif +#endif _start: la ra, _start -- cgit v1.2.3