]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/nc650/nand.c
board/[m-p]*: Remove obsolete references to CONFIG_COMMANDS
[karo-tx-uboot.git] / board / nc650 / nand.c
index 38955704708f3dc827873b472292e02ff71f18a1..8617f7445f300b0f0d179cfe3029a94abddb1afd 100644 (file)
@@ -24,7 +24,7 @@
 #include <common.h>
 
 
-#if (CONFIG_COMMANDS & CFG_CMD_NAND) || defined(CONFIG_CMD_NAND)
+#if defined(CONFIG_CMD_NAND)
 
 #include <nand.h>
 
@@ -115,4 +115,4 @@ int board_nand_init(struct nand_chip *nand)
 /*     nand->options = NAND_SAMSUNG_LP_OPTIONS;*/
        return 0;
 }
-#endif /* (CONFIG_COMMANDS & CFG_CMD_NAND) */
+#endif