]> Git Repo - u-boot.git/blobdiff - common/usb.c
Convert CONFIG_USB_MAX_CONTROLLER_COUNT to Kconfig
[u-boot.git] / common / usb.c
index aad13fd9c5574343ea69dc95e50a7a42ea081574..6fcf1e8428e95524979331d58d7ad3c718cea27a 100644 (file)
@@ -49,10 +49,6 @@ char usb_started; /* flag for the started/stopped USB status */
 static struct usb_device usb_dev[USB_MAX_DEVICE];
 static int dev_index;
 
-#ifndef CONFIG_USB_MAX_CONTROLLER_COUNT
-#define CONFIG_USB_MAX_CONTROLLER_COUNT 1
-#endif
-
 /***************************************************************************
  * Init USB Device
  */
This page took 0.0257 seconds and 4 git commands to generate.