]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/include/asm/arch-mxs/regs-base.h
config: rename CONFIG_MX* to CONFIG_SOC_MX*
[karo-tx-uboot.git] / arch / arm / include / asm / arch-mxs / regs-base.h
index 213df514ba9b306f50b2757fde28255eb81e1536..006cf638ecd184fed4538b994465b7fa9ec03426 100644 (file)
@@ -18,7 +18,7 @@
 /*
  * Register base addresses for i.MX23
  */
-#if defined(CONFIG_MX23)
+#if defined(CONFIG_SOC_MX23)
 #define        MXS_ICOLL_BASE          0x80000000
 #define        MXS_APBH_BASE           0x80004000
 #define        MXS_ECC8_BASE           0x80008000
@@ -60,7 +60,7 @@
 /*
  * Register base addresses for i.MX28
  */
-#elif defined(CONFIG_MX28)
+#elif defined(CONFIG_SOC_MX28)
 #define        MXS_ICOL_BASE           0x80000000
 #define        MXS_HSADC_BASE          0x80002000
 #define        MXS_APBH_BASE           0x80004000
 #define        MXS_ENET0_BASE          0x800F0000
 #define        MXS_ENET1_BASE          0x800F4000
 #else
-#error Unkown SoC. Please set CONFIG_MX23 or CONFIG_MX28
+#error Unkown SoC. Please set CONFIG_SOC_MX23 or CONFIG_SOC_MX28
 #endif
 
 #endif /* __MXS_REGS_BASE_H__ */