From: Shinya Kuribayashi Date: Sat, 17 Nov 2007 11:05:26 +0000 (+0900) Subject: [MIPS] Remove useless instructions for initializing $gp. X-Git-Tag: v1.3.0~9^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=16664f72850846e645616da1c0fa5afcd6d15f15;p=u-boot [MIPS] Remove useless instructions for initializing $gp. Signed-off-by: Shinya Kuribayashi --- diff --git a/cpu/mips/start.S b/cpu/mips/start.S index 5a278b6c84..c92b162782 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.