]> git.sur5r.net Git - u-boot/blobdiff - cpu/ppc4xx/usbdev.c
Merge with /home/wd/git/u-boot/custodian/u-boot-usb
[u-boot] / cpu / ppc4xx / usbdev.c
index edaafbf11b1e236461794b1298dabcb5d80b6552..5924a6cb8470424ee610bf931ac8c0672070b482 100644 (file)
@@ -3,7 +3,7 @@
 #include <common.h>
 #include <asm/processor.h>
 
-#if (defined(CONFIG_440EP) || defined(CONFIG_440EPX)) && ((CONFIG_COMMANDS & CFG_CMD_USB) || defined(CONFIG_CMD_USB))
+#if (defined(CONFIG_440EP) || defined(CONFIG_440EPX)) && defined(CONFIG_CMD_USB)
 
 #include <usb.h>
 #include "usbdev.h"