Skip to content
Snippets Groups Projects
Commit 9df47577 authored by Jeroen Hofstee's avatar Jeroen Hofstee Committed by Stefano Babic
Browse files

board: wandboard: add usb storage


Cc: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: default avatarJeroen Hofstee <jeroen@myspectrum.nl>
Acked-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
parent 3f97af53
No related branches found
No related tags found
No related merge requests found
...@@ -78,6 +78,15 @@ ...@@ -78,6 +78,15 @@
#define CONFIG_CMD_FAT #define CONFIG_CMD_FAT
#define CONFIG_DOS_PARTITION #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 */ /* Ethernet Configuration */
#define CONFIG_CMD_PING #define CONFIG_CMD_PING
#define CONFIG_CMD_DHCP #define CONFIG_CMD_DHCP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment