diff options
Diffstat (limited to 'arch/powerpc/cpu/mpc8xx/start.S')
| -rw-r--r-- | arch/powerpc/cpu/mpc8xx/start.S | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/powerpc/cpu/mpc8xx/start.S b/arch/powerpc/cpu/mpc8xx/start.S index 9d022bf54..6a16c26d6 100644 --- a/arch/powerpc/cpu/mpc8xx/start.S +++ b/arch/powerpc/cpu/mpc8xx/start.S @@ -587,7 +587,7 @@ in_ram:  	lwzux	r0,r4,r11  	cmpwi	r0,0  	add	r0,r0,r11 -	stw	r10,0(r3) +	stw	r4,0(r3)  	beq-	5f  	stw	r0,0(r4)  5:	bdnz	3b |