[MIPS] Remove useless instructions for initializing $gp.
Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
This commit is contained in:
parent
03c031d566
commit
16664f7285
@ -238,9 +238,7 @@ reset:
|
|||||||
nop
|
nop
|
||||||
.word _gp
|
.word _gp
|
||||||
1:
|
1:
|
||||||
move gp, ra
|
lw gp, 0(ra)
|
||||||
lw t1, 0(ra)
|
|
||||||
move gp, t1
|
|
||||||
|
|
||||||
#ifdef CONFIG_INCA_IP
|
#ifdef CONFIG_INCA_IP
|
||||||
/* Disable INCA-IP Watchdog.
|
/* Disable INCA-IP Watchdog.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user