diff options
author | Wolfgang Grandegger <wg@denx.de> | 2011-11-11 14:03:37 +0100 |
---|---|---|
committer | Remy Bohmer <linux@bohmer.net> | 2011-12-11 14:49:50 +0100 |
commit | 45cf6ada60cb19fcf0b88e98235504b687f3e25f (patch) | |
tree | 02b0f164ec23e97fa0105db903203ee1855b9053 /include | |
parent | 1b80f2706ea29047b8be42bd8341c99b05bfa20b (diff) | |
download | u-boot-45cf6ada60cb19fcf0b88e98235504b687f3e25f.tar.gz u-boot-45cf6ada60cb19fcf0b88e98235504b687f3e25f.tar.xz u-boot-45cf6ada60cb19fcf0b88e98235504b687f3e25f.zip |
USB: mx53loco: add end enable USB host support on port 1
Signed-off-by: Wolfgang Grandegger <wg@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Remy Bohmer <linux@bohmer.net>
Cc: Wolfgang Grandegger <wg@denx.de>
Cc: Jason Liu <r64343@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx53loco.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h index 537649ee16..34a4edd41e 100644 --- a/include/configs/mx53loco.h +++ b/include/configs/mx53loco.h @@ -72,6 +72,19 @@ #define CONFIG_CMD_MII #define CONFIG_CMD_NET +/* USB Configs */ +#define CONFIG_CMD_USB +#define CONFIG_CMD_FAT +#define CONFIG_USB_EHCI +#define CONFIG_USB_EHCI_MX5 +#define CONFIG_USB_STORAGE +#define CONFIG_USB_HOST_ETHER +#define CONFIG_USB_ETHER_ASIX +#define CONFIG_USB_ETHER_SMSC95XX +#define CONFIG_MXC_USB_PORT 1 +#define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) +#define CONFIG_MXC_USB_FLAGS 0 + /* allow to overwrite serial and ethaddr */ #define CONFIG_ENV_OVERWRITE #define CONFIG_CONS_INDEX 1 |