From: Scott Wood Date: Thu, 20 Aug 2009 22:44:20 +0000 (-0500) Subject: ppc/85xx: Don't enable interrupts before we're ready X-Git-Tag: v2009.11-rc1~123 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1b72dbecca2d7ad7a21c92d80227daa2d8ec5a57;p=u-boot ppc/85xx: Don't enable interrupts before we're ready We cannot handle any exceptions while running in AS1, as the exceptions will transition back to AS0 without a valid mapping. Signed-off-by: Scott Wood --- diff --git a/cpu/mpc85xx/start.S b/cpu/mpc85xx/start.S index e21a4eb876..eaed0e0be5 100644 --- a/cpu/mpc85xx/start.S +++ b/cpu/mpc85xx/start.S @@ -278,8 +278,8 @@ _start_e500: msync tlbwe - lis r6,MSR_CE|MSR_ME|MSR_DE|MSR_IS|MSR_DS@h - ori r6,r6,MSR_CE|MSR_ME|MSR_DE|MSR_IS|MSR_DS@l + lis r6,MSR_IS|MSR_DS@h + ori r6,r6,MSR_IS|MSR_DS@l lis r7,switch_as@h ori r7,r7,switch_as@l