]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/powerpc/cpu/mpc85xx/cpu_init.c
fsl_sec : Change accessor function to take care of endianness
[karo-tx-uboot.git] / arch / powerpc / cpu / mpc85xx / cpu_init.c
index 5bfab70b7edbac0d9ca15d124fab619db91c0192..bf9fbbf1da030e54efdf97d6acb36455dfca41db 100644 (file)
@@ -803,7 +803,7 @@ int cpu_init_r(void)
 #ifdef CONFIG_SYS_FSL_ERRATUM_SEC_A003571
 #define MCFGR_AXIPIPE 0x000000f0
        if (IS_SVR_REV(svr, 1, 0))
-               clrbits_be32(&sec->mcfgr, MCFGR_AXIPIPE);
+               sec_clrbits32(&sec->mcfgr, MCFGR_AXIPIPE);
 #endif
 
 #ifdef CONFIG_SYS_FSL_ERRATUM_A005871