diff options
-rw-r--r-- | cpu/mips/start.S | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cpu/mips/start.S b/cpu/mips/start.S index 5a278b6c846..c92b1627826 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. |