]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/ppc4xx/cpu_init.c
Changed PPC405GPr version from A to B.
[karo-tx-uboot.git] / cpu / ppc4xx / cpu_init.c
index 9bf180fcdc93a8940a6f6f00e706473fc1874eb5..1d149bc6089809f8bc81542c41fd9d7eaa90ae9c 100644 (file)
@@ -149,7 +149,7 @@ int cpu_init_r (void)
         * Set edge conditioning circuitry on PPC405GPr
         * for compatibility to existing PPC405GP designs.
         */
-       if ((pvr & 0xfffffff0) == (PVR_405GPR_RA & 0xfffffff0)) {
+       if ((pvr & 0xfffffff0) == (PVR_405GPR_RB & 0xfffffff0)) {
                mtdcr(ecr, 0x60606000);
        }