summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorMatthias Fuchs <matthias.fuchs@esd.eu>2012-01-18 01:33:08 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-02-27 21:19:22 +0100
commit598aa2bbfb5aeab43fbfb5ca63218daa9c425871 (patch)
tree13fb873b0df3b96253d3411a5562e4429613ee61 /include/configs
parent9588d942198eeaa65a292d47a25bd1177ef2046b (diff)
downloadtalos-obmc-uboot-598aa2bbfb5aeab43fbfb5ca63218daa9c425871.tar.gz
talos-obmc-uboot-598aa2bbfb5aeab43fbfb5ca63218daa9c425871.zip
mx28evk: add USB support
This patch enables USB host support on the MX28EVK board. Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu> Tested-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/mx28evk.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h
index 8a752aa2a4..8f791aa484 100644
--- a/include/configs/mx28evk.h
+++ b/include/configs/mx28evk.h
@@ -64,6 +64,7 @@
#define CONFIG_CMD_NET
#define CONFIG_CMD_NFS
#define CONFIG_CMD_PING
+#define CONFIG_CMD_USB
/*
* Memory configurations
@@ -158,6 +159,17 @@
#endif
/*
+ * USB
+ */
+#ifdef CONFIG_CMD_USB
+#define CONFIG_USB_EHCI
+#define CONFIG_USB_EHCI_MXS
+#define CONFIG_EHCI_MXS_PORT 1
+#define CONFIG_EHCI_IS_TDI
+#define CONFIG_USB_STORAGE
+#endif
+
+/*
* Boot Linux
*/
#define CONFIG_CMDLINE_TAG
OpenPOWER on IntegriCloud