]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - drivers/misc/fsl_iim.c
config: rename CONFIG_MX* to CONFIG_SOC_MX*
[karo-tx-uboot.git] / drivers / misc / fsl_iim.c
index df3885041e5cd129802fceb1efe08831b1b176ad..008919f99b64bbc0b9cb09a4b925c5327133ea20 100644 (file)
@@ -16,7 +16,7 @@
 #ifndef CONFIG_MPC512X
 #include <asm/arch/imx-regs.h>
 #endif
-#if defined(CONFIG_MX51) || defined(CONFIG_MX53)
+#if defined(CONFIG_SOC_MX51) || defined(CONFIG_SOC_MX53)
 #include <asm/arch/clock.h>
 #endif
 
@@ -96,7 +96,7 @@ struct fsl_iim {
        } bank[8];
 };
 
-#if !defined(CONFIG_MX51) && !defined(CONFIG_MX53)
+#if !defined(CONFIG_SOC_MX51) && !defined(CONFIG_SOC_MX53)
 #define enable_efuse_prog_supply(enable)
 #endif