]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/amcc/sequoia/sequoia.c
ppc4xx: Big header cleanup, mostly PPC440 related
[people/ms/u-boot.git] / board / amcc / sequoia / sequoia.c
index 4338e6bca5d01b501e5e7cc8ef687e690546f604..c523bca1feddfacc5c6d598724e590e07a00df75 100644 (file)
@@ -321,8 +321,8 @@ int misc_init_r(void)
         * This fix will make the MAL burst disabling patch for the Linux
         * EMAC driver obsolete.
         */
-       reg = mfdcr(PLB4_ACR) & ~PLB4_ACR_WRP;
-       mtdcr(PLB4_ACR, reg);
+       reg = mfdcr(PLB4A0_ACR) & ~PLB4Ax_ACR_WRP_MASK;
+       mtdcr(PLB4A0_ACR, reg);
 
        return 0;
 }