commit | 29dcbd4fcc6e51523280a975c48b7451f9c77a4b | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@pollux.denx.de> | Wed Oct 05 00:00:54 2005 +0200 |
committer | Wolfgang Denk <wd@pollux.denx.de> | Wed Oct 05 00:00:54 2005 +0200 |
tree | 796be7baf51b8870f055ac2ee5efa99062c0b8eb | |
parent | df70a4251239962f432a56ec2b9b6bdd0cceebea [diff] [blame] |
E500 update: repoint IVPR to RAM when code is relocated Patch by Kylo Ginsberg, 13 Apr 2005
diff --git a/cpu/mpc85xx/start.S b/cpu/mpc85xx/start.S index 5f75bc1..2f2bd3a 100644 --- a/cpu/mpc85xx/start.S +++ b/cpu/mpc85xx/start.S
@@ -995,6 +995,11 @@ 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.