projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0291091
)
tegra: usb: Enable USB on Seaboard
author
Simon Glass
<sjg@chromium.org>
Mon, 27 Feb 2012 10:52:52 +0000
(10:52 +0000)
committer
Albert ARIBAUD
<albert.u.boot@aribaud.net>
Thu, 29 Mar 2012 06:12:49 +0000
(08:12 +0200)
Seaboard has a top port which is USB host or device, and a side port which
is host only.
Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
include/configs/seaboard.h
patch
|
blob
|
history
diff --git
a/include/configs/seaboard.h
b/include/configs/seaboard.h
index 261f9521add4d8e3153106c19d5fe240f09fda8d..b6d9f7a88f44f6c9a149cff2b0685a94a4ba0ad5 100644
(file)
--- a/
include/configs/seaboard.h
+++ b/
include/configs/seaboard.h
@@
-72,4
+72,11
@@
#define CONFIG_ENV_SECT_SIZE CONFIG_ENV_SIZE
#define CONFIG_ENV_OFFSET (CONFIG_SPI_FLASH_SIZE - CONFIG_ENV_SECT_SIZE)
+
+/* USB Host support */
+#define CONFIG_USB_EHCI
+#define CONFIG_USB_EHCI_TEGRA
+#define CONFIG_USB_STORAGE
+#define CONFIG_CMD_USB
+
#endif /* __CONFIG_H */