]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/mtd/nand/diskonchip.c
drivers/mtd/nand: Move conditional compilation to Makefile
[people/ms/u-boot.git] / drivers / mtd / nand / diskonchip.c
index ce197f5ad1632183180ed8722df65bd7aebbdf93..4cba8100a5f254f6adeaf934cbd2b6cc553fc0af 100644 (file)
@@ -21,7 +21,7 @@
 
 #include <common.h>
 
-#if !defined(CFG_NAND_LEGACY)
+#if !defined(CONFIG_NAND_LEGACY)
 
 #include <linux/kernel.h>
 #include <linux/init.h>