diff options
Diffstat (limited to 'cpu/mpc86xx/start.S')
| -rw-r--r-- | cpu/mpc86xx/start.S | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/cpu/mpc86xx/start.S b/cpu/mpc86xx/start.S index fa9736bce..09f4ceedb 100644 --- a/cpu/mpc86xx/start.S +++ b/cpu/mpc86xx/start.S @@ -723,7 +723,7 @@ relocate_code:  	mr	r1,  r3		/* Set new stack pointer		*/  	mr	r9,  r4		/* Save copy of Global Data pointer	*/ -	mr	r29, r9		/* Save for DECLARE_GLOBAL_DATA_PTR	*/ +	mr	r2,  r9		/* Save for DECLARE_GLOBAL_DATA_PTR	*/  	mr	r10, r5		/* Save copy of Destination Address	*/  	mr	r3,  r5				/* Destination Address	*/ |