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.S12
1 files changed, 0 insertions, 12 deletions
diff --git a/firmware/target/mips/ingenic_jz47xx/crt0.S b/firmware/target/mips/ingenic_jz47xx/crt0.S
index 783773cf0c..111244b173 100644
--- a/firmware/target/mips/ingenic_jz47xx/crt0.S
+++ b/firmware/target/mips/ingenic_jz47xx/crt0.S
@@ -147,18 +147,6 @@ _bss_loop:
147 sw zero, 0(t0) 147 sw zero, 0(t0)
148 bne t0, t1, _bss_loop 148 bne t0, t1, _bss_loop
149 addiu t0, 4 149 addiu t0, 4
150
151 /*
152 ----------------------------------------------------
153 Clear IBSS section
154 ----------------------------------------------------
155 */
156 la t0, _iedata
157 la t1, _iend
158_ibss_loop:
159 sw zero, 0(t0)
160 bne t0, t1, _ibss_loop
161 addiu t0, 4
162 150
163 /* 151 /*
164 ---------------------------------------------------- 152 ----------------------------------------------------