diff options
Diffstat (limited to 'cpu/mpc85xx/start.S')
| -rw-r--r-- | cpu/mpc85xx/start.S | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/cpu/mpc85xx/start.S b/cpu/mpc85xx/start.S index 5f75bc1af..7ac65736b 100644 --- a/cpu/mpc85xx/start.S +++ b/cpu/mpc85xx/start.S @@ -995,6 +995,11 @@ relocate_code:  7:	sync			/* Wait for all icbi to complete on bus */  	isync +	/* +	 * Re-point the IVPR at RAM +	 */ +	mtspr	IVPR,r10 +  /*   * We are done. Do not return, instead branch to second part of board   * initialization, now running from RAM. |