summaryrefslogtreecommitdiff
path: root/firmware/target/mips/ingenic_x1000/spl.lds
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/mips/ingenic_x1000/spl.lds')
-rw-r--r--firmware/target/mips/ingenic_x1000/spl.lds1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/target/mips/ingenic_x1000/spl.lds b/firmware/target/mips/ingenic_x1000/spl.lds
index b6c982bd80..b3e508e9c3 100644
--- a/firmware/target/mips/ingenic_x1000/spl.lds
+++ b/firmware/target/mips/ingenic_x1000/spl.lds
@@ -18,6 +18,7 @@ SECTIONS
18 *(.startup.spl); 18 *(.startup.spl);
19 *(.text*); 19 *(.text*);
20 *(.icode*); 20 *(.icode*);
21 *(.init*);
21 } > TCSM 22 } > TCSM
22 23
23 . = ALIGN(4); 24 . = ALIGN(4);