[U-Boot] [PATCH v3 11/30] configs: sun50i: Drop CONFIG_USB_MAX_CONTROLLER_COUNT

Jagan Teki jagannadh.teki at gmail.com
Sun Jan 28 16:19:32 UTC 2018


Now, DM_USB enabled and controller info exctracted from DT
so drop explicit count.

Signed-off-by: Jagan Teki <jagan at amarulasolutions.com>
---
 include/configs/sun50i.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/configs/sun50i.h b/include/configs/sun50i.h
index b7b67a1..870cab8 100644
--- a/include/configs/sun50i.h
+++ b/include/configs/sun50i.h
@@ -13,7 +13,6 @@
 
 #ifdef CONFIG_USB_EHCI_HCD
 #define CONFIG_USB_EHCI_SUNXI
-#define CONFIG_USB_MAX_CONTROLLER_COUNT 1
 #endif
 
 #define CONFIG_SUNXI_USB_PHYS	1
-- 
2.7.4



More information about the U-Boot mailing list