diff options
Diffstat (limited to 'cpu/mips/start.S')
-rw-r--r-- | cpu/mips/start.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mips/start.S b/cpu/mips/start.S index 947128dd813..d881879d77a 100644 --- a/cpu/mips/start.S +++ b/cpu/mips/start.S @@ -345,7 +345,7 @@ relocate_code: jr t0 nop - .word _gp + .word _gp .word _GLOBAL_OFFSET_TABLE_ .word uboot_end_data .word uboot_end |