[U-Boot-Users] [MIPS] Remove useless instructions for initializing $gp.

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.

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
participants (2)
-
Shinya Kuribayashi
-
Wolfgang Denk