Re-factoring the legacy NAND code (legacy NAND now only in board-specific
[platform/kernel/u-boot.git] / drivers / nand / nand_ids.c
index 39882cc..3d4d372 100644 (file)
  * published by the Free Software Foundation.
  *
  */
+
 #include <common.h>
 
+#ifdef CFG_NAND_LEGACY
+#error CFG_NAND_LEGACY defined in a file not using the legacy NAND support!
+#endif
+
 #if (CONFIG_COMMANDS & CFG_CMD_NAND)
 
 #include <linux/mtd/nand.h>