]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/usb.c
common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
[karo-tx-uboot.git] / common / usb.c
index 0857494b27b974c442b07d96b4f30c46d8d0c54b..282c1d97b7434c77ff025369060719327a27814c 100644 (file)
@@ -49,7 +49,7 @@
 #include <asm/processor.h>
 #include <linux/ctype.h>
 
-#if (CONFIG_COMMANDS & CFG_CMD_USB)
+#if (CONFIG_COMMANDS & CFG_CMD_USB) || defined(CONFIG_CMD_USB)
 
 #include <usb.h>
 #ifdef CONFIG_4xx