]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/prodrive/alpr/nand.c
board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
[people/ms/u-boot.git] / board / prodrive / alpr / nand.c
index d66b08847a59b8e0d912c0307f47962227d37d72..6683e1b275af6c112f546c833079142254b443d1 100644 (file)
@@ -26,7 +26,7 @@
 
 #include <common.h>
 
-#if (CONFIG_COMMANDS & CFG_CMD_NAND)
+#if (CONFIG_COMMANDS & CFG_CMD_NAND) || defined(CONFIG_CMD_NAND)
 
 #include <asm/processor.h>
 #include <nand.h>