]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/armv7/mx6/soc.c
arm: mx6: fix the AIPS?_BASE_ADDR fsckup introduced by commit f5def95698f6
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / mx6 / soc.c
index 08f2cdbe7fcd6ef31e23556696deaff1d3d5ff4e..6f74175c57c008b877aa83d303035601b30885f3 100644 (file)
@@ -218,10 +218,10 @@ void init_aips(void)
        struct aipstz_regs *aips3;
 #endif
 
-       aips1 = (struct aipstz_regs *)AIPS1_ARB_BASE_ADDR;
-       aips2 = (struct aipstz_regs *)AIPS2_ARB_BASE_ADDR;
+       aips1 = (struct aipstz_regs *)AIPS1_BASE_ADDR;
+       aips2 = (struct aipstz_regs *)AIPS2_BASE_ADDR;
 #ifdef CONFIG_SOC_MX6SX
-       aips3 = (struct aipstz_regs *)AIPS3_ARB_BASE_ADDR;
+       aips3 = (struct aipstz_regs *)AIPS3_CONFIG_BASE_ADDR;
 #endif
 
        /*