* [U-Boot-Users] [MIPS] Remove useless instructions for initializing $gp.
@ 2007-11-17 11:43 Shinya Kuribayashi
2007-11-18 0:24 ` Wolfgang Denk
0 siblings, 1 reply; 2+ messages in thread
From: Shinya Kuribayashi @ 2007-11-17 11:43 UTC (permalink / raw)
To: u-boot
Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
---
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 5a278b6..c92b162 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.
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot-Users] [MIPS] Remove useless instructions for initializing $gp.
2007-11-17 11:43 [U-Boot-Users] [MIPS] Remove useless instructions for initializing $gp Shinya Kuribayashi
@ 2007-11-18 0:24 ` Wolfgang Denk
0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2007-11-18 0:24 UTC (permalink / raw)
To: u-boot
In message <473ED3F4.9010506@ruby.dti.ne.jp> you wrote:
> Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
> ---
>
> cpu/mips/start.S | 4 +---
> 1 files changed, 1 insertions(+), 3 deletions(-)
>
> diff --git a/cpu/mips/start.S b/cpu/mips/start.S
Doesn't work for me:
error: patch failed: cpu/mips/start.S:238
error: cpu/mips/start.S: patch does not apply
fatal: sha1 information is lacking or useless (cpu/mips/start.S).
Repository lacks necessary blobs to fall back on 3-way merge.
Cannot fall back to three-way merge.
Patch failed at 0001.
Ah, I just see your pull request. Willt ry to get it form there.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
In the beginning, I was made. I didn't ask to be made. No one consul-
ted with me or considered my feelings in this matter. But if it
brought some passing fancy to some lowly humans as they haphazardly
pranced their way through life's mournful jungle, then so be it.
- Marvin the Paranoid Android
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-11-18 0:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-17 11:43 [U-Boot-Users] [MIPS] Remove useless instructions for initializing $gp Shinya Kuribayashi
2007-11-18 0:24 ` Wolfgang Denk
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.