projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03c031d
)
[MIPS] Remove useless instructions for initializing $gp.
author
Shinya Kuribayashi
<skuribay@ruby.dti.ne.jp>
Sat, 17 Nov 2007 11:05:26 +0000
(20:05 +0900)
committer
Shinya Kuribayashi
<skuribay@ruby.dti.ne.jp>
Sat, 17 Nov 2007 11:05:26 +0000
(20:05 +0900)
Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
cpu/mips/start.S
patch
|
blob
|
history
diff --git
a/cpu/mips/start.S
b/cpu/mips/start.S
index 5a278b6c846647b1db51afa69f43250994637bdb..c92b16278267200d208cc649fa1d7722628d92da 100644
(file)
--- 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.