From: Stefan Roese Date: Mon, 21 May 2007 05:41:22 +0000 (+0200) Subject: ppc4xx: Fix problem in 405EZ OCM initialization X-Git-Tag: v2008.10-rc1~937^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=10603d76767426be803dadd4fb688b97eb69481c;p=platform%2Fkernel%2Fu-boot.git ppc4xx: Fix problem in 405EZ OCM initialization As spotted by Bruce Adler this patch fixes an initialization problem for the 405EZ OCM. Signed-off-by: Stefan Roese --- diff --git a/cpu/ppc4xx/start.S b/cpu/ppc4xx/start.S index a96083c..85660b4 100644 --- a/cpu/ppc4xx/start.S +++ b/cpu/ppc4xx/start.S @@ -783,7 +783,7 @@ _start: mtdcr ocmdscr2, r3 /* Set Data Side */ mtdcr ocmiscr2, r3 /* Set Instruction Side */ addis r3,0,0x0800 /* OCM Data Parity Disable - 1 Wait State */ - mtdcr ocmdsisdpc,r4 + mtdcr ocmdsisdpc,r3 isync #else /* CONFIG_405EZ */