global: Move remaining CONFIG_SYS_NAND_* to CFG_SYS_NAND_*
[platform/kernel/u-boot.git] / include / configs / imx6-engicam.h
index f52367c..e430efa 100644 (file)
 
 /* NAND */
 #ifdef CONFIG_NAND_MXS
-# define CONFIG_SYS_NAND_BASE          0x40000000
-# define CONFIG_SYS_NAND_U_BOOT_START  CONFIG_TEXT_BASE
+# define CFG_SYS_NAND_BASE             0x40000000
+# define CFG_SYS_NAND_U_BOOT_START     CONFIG_TEXT_BASE
 
 /* MTD device */
 #endif