]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/ppc4xx/usbdev.c
cpu/[7a-ln-z]*: Remove obsolete references to CONFIG_COMMANDS
[karo-tx-uboot.git] / 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"