public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] board: wandboard: add usb storage
@ 2014-10-23 20:43 Jeroen Hofstee
  2014-10-23 20:47 ` Jeroen Hofstee
  2014-10-23 21:02 ` [U-Boot] [PATCH v3] " Jeroen Hofstee
  0 siblings, 2 replies; 10+ messages in thread
From: Jeroen Hofstee @ 2014-10-23 20:43 UTC (permalink / raw)
  To: u-boot

Fabio Estevam <fabio.estevam@freescale.com> (maintainer:WANDBOARD BOARD)
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
---
 include/configs/wandboard.h | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h
index 37e3429..070ce92 100644
--- a/include/configs/wandboard.h
+++ b/include/configs/wandboard.h
@@ -84,6 +84,16 @@
 #define CONFIG_CMD_FAT
 #define CONFIG_DOS_PARTITION
 
+/* USB Configs */
+#define CONFIG_CMD_USB
+#define CONFIG_CMD_FAT
+#define CONFIG_USB_EHCI
+#define CONFIG_USB_EHCI_MX6
+#define CONFIG_USB_STORAGE
+#define CONFIG_USB_MAX_CONTROLLER_COUNT	2
+#define CONFIG_MXC_USB_PORTSC		(PORT_PTS_UTMI | PORT_PTS_PTW)
+#define CONFIG_MXC_USB_FLAGS		0
+
 /* Ethernet Configuration */
 #define CONFIG_CMD_PING
 #define CONFIG_CMD_DHCP
-- 
2.1.0

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-10-30  9:07 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-23 20:43 [U-Boot] [PATCH] board: wandboard: add usb storage Jeroen Hofstee
2014-10-23 20:47 ` Jeroen Hofstee
2014-10-23 20:49   ` Fabio Estevam
2014-10-23 20:55     ` Jeroen Hofstee
2014-10-23 21:02 ` [U-Boot] [PATCH v3] " Jeroen Hofstee
2014-10-23 21:04   ` Fabio Estevam
2014-10-23 21:17     ` Jeroen Hofstee
2014-10-23 21:24       ` Fabio Estevam
2014-10-24  7:40       ` Stefano Babic
2014-10-30  9:07   ` Stefano Babic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox