diff options
author | Wolfgang Denk <wd@denx.de> | 2008-01-12 00:13:37 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-01-12 00:13:37 +0100 |
commit | c08ba677223131da2bb65b19ff3a2efe72acd72b (patch) | |
tree | 68bd79e3a537d98f37e89a72715921e31ae70dc0 /cpu | |
parent | 14c14db19332137ec614a01cacbed549c393423f (diff) | |
parent | d5a163d6baa04f5a8edcc10ebc6fad08657d3093 (diff) |
Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx
Diffstat (limited to 'cpu')
-rw-r--r-- | cpu/ppc4xx/start.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpu/ppc4xx/start.S b/cpu/ppc4xx/start.S index a730604367d..77c2aa41178 100644 --- a/cpu/ppc4xx/start.S +++ b/cpu/ppc4xx/start.S @@ -1700,6 +1700,7 @@ trap_reloc: rlwinm r8,r9,0,15,13 rlwinm r8,r8,0,17,15 mtmsr r8 + mfspr r8,dvlim addi r3,r0,0x0000 mtspr dvlim,r3 mfspr r3,ivpr @@ -1714,6 +1715,7 @@ trap_reloc: ..ag: dcbf r0,r3 addi r3,r3,-32 bdnz ..ag + mtspr dvlim,r8 sync mtmsr r9 blr |