summaryrefslogtreecommitdiffstats
path: root/include/configs/alt.h
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2014-10-31 16:30:26 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2014-11-04 09:01:31 +0900
commit7ffc8dfb98d8828c82e194b2475f5150d03c133a (patch)
treeff80b42c79a97702e0fb38035478deef495e3786 /include/configs/alt.h
parent0e429bdf216934bd8179aedc6eab5c7a6448d3b6 (diff)
downloadblackbird-obmc-uboot-7ffc8dfb98d8828c82e194b2475f5150d03c133a.tar.gz
blackbird-obmc-uboot-7ffc8dfb98d8828c82e194b2475f5150d03c133a.zip
arm: rmobile: alt: Add support USB and USB commands
This adds support for USB commands and USB storage device. Signed-off-by: Yoshiyuki Ito <yoshiyuki.ito.ub@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'include/configs/alt.h')
-rw-r--r--include/configs/alt.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/configs/alt.h b/include/configs/alt.h
index 5a19096629..502b727927 100644
--- a/include/configs/alt.h
+++ b/include/configs/alt.h
@@ -31,6 +31,7 @@
#define CONFIG_CMD_DHCP
#define CONFIG_CMD_NFS
#define CONFIG_CMD_BOOTZ
+#define CONFIG_CMD_USB
#define CONFIG_CMD_SF
#define CONFIG_CMD_SPI
@@ -170,4 +171,10 @@
#define CONFIG_SYS_I2C_POWERIC_ADDR 0x58 /* da9063 */
+/* USB */
+#define CONFIG_USB_STORAGE
+#define CONFIG_USB_EHCI
+#define CONFIG_USB_EHCI_RMOBILE
+#define CONFIG_USB_MAX_CONTROLLER_COUNT 2
+
#endif /* __ALT_H */
OpenPOWER on IntegriCloud