]> git.sur5r.net Git - u-boot/blobdiff - board/netta/netta.c
board/[m-p]*: Remove obsolete references to CONFIG_COMMANDS
[u-boot] / board / netta / netta.c
index 4923e3addafbfce87b9e7a41e4c606d1bec4cd03..5a75e53e0de6657a74c2b6946393afa2de5d4405 100644 (file)
@@ -555,7 +555,7 @@ int board_early_init_f(void)
        return 0;
 }
 
-#if (CONFIG_COMMANDS & CFG_CMD_NAND) && defined(CFG_NAND_LEGACY)
+#if defined(CONFIG_CMD_NAND) && defined(CFG_NAND_LEGACY)
 
 #include <linux/mtd/nand_legacy.h>
 
@@ -570,7 +570,7 @@ void nand_init(void)
 }
 #endif
 
-#if (CONFIG_COMMANDS & CFG_CMD_PCMCIA)
+#if defined(CONFIG_CMD_PCMCIA)
 
 int pcmcia_init(void)
 {