]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_doc.c
ColdFire 54455: Fix correct boot location for atmel and intel
[u-boot] / common / cmd_doc.c
index 9814d754fb7adf5ab8d07cd1b071656e26a04c45..d6d3aff8c875757e62067455643a94ad01a40194 100644 (file)
@@ -12,7 +12,7 @@
 #include <malloc.h>
 #include <asm/io.h>
 
-#if (CONFIG_COMMANDS & CFG_CMD_DOC)
+#if defined(CONFIG_CMD_DOC)
 
 #include <linux/mtd/nftl.h>
 #include <linux/mtd/doc2000.h>
@@ -1608,4 +1608,4 @@ void doc_probe(unsigned long physadr)
        }
 }
 
-#endif /* (CONFIG_COMMANDS & CFG_CMD_DOC) */
+#endif