summaryrefslogtreecommitdiffstats
path: root/include/configs/koelsch.h
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2014-07-28 15:29:31 +0900
committerTom Rini <trini@ti.com>2014-08-09 11:17:01 -0400
commit5906fadefa7222ecca959ff3e3655eb8ecda88a4 (patch)
tree0416d9a74a35b16728996ad020dc10debb5048ca /include/configs/koelsch.h
parented7ce836cd7631fcb2e30fde4adc53b024f11f46 (diff)
downloadblackbird-obmc-uboot-5906fadefa7222ecca959ff3e3655eb8ecda88a4.tar.gz
blackbird-obmc-uboot-5906fadefa7222ecca959ff3e3655eb8ecda88a4.zip
usb: ehci: rmobile: Remove xHCI address
echi-rmobile does not support xHCI. This removes xHCI address from address table. And this revise a value of CONFIG_USB_MAX_CONTROLLER_COUNT for lager board and koelsh board. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Diffstat (limited to 'include/configs/koelsch.h')
-rw-r--r--include/configs/koelsch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/koelsch.h b/include/configs/koelsch.h
index 6795f28a11..3c2b61353b 100644
--- a/include/configs/koelsch.h
+++ b/include/configs/koelsch.h
@@ -171,7 +171,7 @@
/* USB */
#define CONFIG_USB_EHCI
#define CONFIG_USB_EHCI_RMOBILE
-#define CONFIG_USB_MAX_CONTROLLER_COUNT 3
+#define CONFIG_USB_MAX_CONTROLLER_COUNT 2
#define CONFIG_USB_STORAGE
#endif /* __KOELSCH_H */
OpenPOWER on IntegriCloud