imx6/imx7: Remove now empty imx6_spl.h and imx7_spl.h
[platform/kernel/u-boot.git] / include / configs / imx6-engicam.h
index f52367c..b8eb5c8 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
 # define CONFIG_IMX_VIDEO_SKIP
 #endif
 
-/* SPL */
-#ifdef CONFIG_SPL
-# include "imx6_spl.h"
-#endif
-
 #endif /* __IMX6_ENGICAM_CONFIG_H */