]> git.sur5r.net Git - u-boot/blobdiff - cpu/arm920t/s3c24x0/nand.c
drivers/mtd/nand: Move conditional compilation to Makefile
[u-boot] / cpu / arm920t / s3c24x0 / nand.c
index e1bf128157bc789e5b33f515d577ceddb914d804..14882cb24382390220adf9d39b33e29f48e938ba 100644 (file)
@@ -27,7 +27,7 @@
 #endif
 
 #if defined(CONFIG_CMD_NAND)
-#if !defined(CFG_NAND_LEGACY)
+#if !defined(CONFIG_NAND_LEGACY)
 
 #include <nand.h>
 #include <s3c2410.h>