summaryrefslogtreecommitdiff
path: root/include/configs/tbs2910.h
diff options
context:
space:
mode:
authorSoeren Moch <smoch@web.de>2019-03-01 13:10:56 +0100
committerStefano Babic <sbabic@denx.de>2019-04-13 20:30:09 +0200
commitab3f5efe02cddc74ffd768fdfe8c2d6b31303cc5 (patch)
tree35aee75f2ed3ec016f782f80c29248230b7f61ce /include/configs/tbs2910.h
parentf0b427aca6ac502b92f0dc32ac2b99bd6bfea5ae (diff)
board: tbs2910: Convert usb to driver model
So we don't need to duplicate settings from the device tree in the board file. Signed-off-by: Soeren Moch <smoch@web.de>
Diffstat (limited to 'include/configs/tbs2910.h')
-rw-r--r--include/configs/tbs2910.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/tbs2910.h b/include/configs/tbs2910.h
index b06c90939c..93f75d72f3 100644
--- a/include/configs/tbs2910.h
+++ b/include/configs/tbs2910.h
@@ -81,7 +81,6 @@
/* USB */
#ifdef CONFIG_CMD_USB
-#define CONFIG_USB_MAX_CONTROLLER_COUNT 2
#define CONFIG_EHCI_HCD_INIT_AFTER_RESET
#define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW)
#ifdef CONFIG_CMD_USB_MASS_STORAGE