global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespace
[platform/kernel/u-boot.git] / include / configs / mx6sxsabreauto.h
index 407b643..0d9764e 100644 (file)
@@ -83,7 +83,7 @@
 #define CONFIG_SYS_INIT_RAM_SIZE       IRAM_SIZE
 
 /* MMC Configuration */
-#define CONFIG_SYS_FSL_ESDHC_ADDR      USDHC3_BASE_ADDR
+#define CFG_SYS_FSL_ESDHC_ADDR USDHC3_BASE_ADDR
 
 /* NAND stuff */
 #define CONFIG_SYS_NAND_BASE           0x40000000
 #define CONFIG_MXC_USB_FLAGS   0
 #endif
 
-#define CONFIG_SYS_FSL_USDHC_NUM       2
+#define CFG_SYS_FSL_USDHC_NUM  2
 
 #endif                         /* __CONFIG_H */