summaryrefslogtreecommitdiff
path: root/cpu/mips/start.S
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/mips/start.S')
-rw-r--r--cpu/mips/start.S4
1 files changed, 1 insertions, 3 deletions
diff --git a/cpu/mips/start.S b/cpu/mips/start.S
index 5a278b6c8..c92b16278 100644
--- a/cpu/mips/start.S
+++ b/cpu/mips/start.S
@@ -238,9 +238,7 @@ reset:
nop
.word _gp
1:
- move gp, ra
- lw t1, 0(ra)
- move gp, t1
+ lw gp, 0(ra)
#ifdef CONFIG_INCA_IP
/* Disable INCA-IP Watchdog.