]> git.sur5r.net Git - u-boot/blobdiff - cpu/ppc4xx/usbdev.c
cpu/[7a-ln-z]*: Remove obsolete references to CONFIG_COMMANDS
[u-boot] / cpu / ppc4xx / usbdev.c
index 6140d2a9089f4402d82957dfed129042925df67f..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)
+#if (defined(CONFIG_440EP) || defined(CONFIG_440EPX)) && defined(CONFIG_CMD_USB)
 
 #include <usb.h>
 #include "usbdev.h"