summaryrefslogtreecommitdiff
path: root/include/configs/wandboard.h
diff options
context:
space:
mode:
authorJeroen Hofstee <jeroen@myspectrum.nl>2014-10-23 21:02:01 (GMT)
committerStefano Babic <sbabic@denx.de>2014-10-30 09:06:34 (GMT)
commit9df4757718812b86f6ccb5d8331a08cdfd1527c4 (patch)
tree1eaff2d5c112913a482243ecbad05c7477cd96b3 /include/configs/wandboard.h
parent3f97af5302ee15530411232b464d255eb2ff2ffb (diff)
downloadu-boot-9df4757718812b86f6ccb5d8331a08cdfd1527c4.tar.xz
board: wandboard: add usb storage
Cc: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl> Acked-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'include/configs/wandboard.h')
-rw-r--r--include/configs/wandboard.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h
index 9fb501a..809017c 100644
--- a/include/configs/wandboard.h
+++ b/include/configs/wandboard.h
@@ -78,6 +78,15 @@
#define CONFIG_CMD_FAT
#define CONFIG_DOS_PARTITION
+/* USB Configs */
+#define CONFIG_CMD_USB
+#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