]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ppc4xx: Fix small 405EZ OCM initilization bug in start.S
authorStefan Roese <sr@denx.de>
Thu, 24 May 2007 07:49:00 +0000 (09:49 +0200)
committerStefan Roese <sr@denx.de>
Thu, 24 May 2007 07:49:00 +0000 (09:49 +0200)
As pointed out by Bruce Adler <bruce.adler@acm.org> this patch
fixes a small bug in the 405EZ OCM initialization. Thanks for
spotting.

Signed-off-by: Stefan Roese <sr@denx.de>
cpu/ppc4xx/start.S

index a96083caa581cc10b357ac52d6c8a5aeab46c5b3..85660b40dcdf1212ed4d4ce9e7e55579a8361608 100644 (file)
@@ -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 */