From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 3/4] mx23_olinuxino: Enable USB support
Date: Mon, 28 Jan 2013 20:15:50 +0100 [thread overview]
Message-ID: <201301282015.50537.marex@denx.de> (raw)
In-Reply-To: <1359400440-12916-3-git-send-email-otavio@ossystems.com.br>
Dear Otavio Salvador,
Missing commit message ... _AGAIN_ ... how many times do I have to repeat
myself? Write it down or something already :/
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> ---
> include/configs/mx23_olinuxino.h | 10 ++++++++++
> 1 file changed, 10 insertions(+)
>
> diff --git a/include/configs/mx23_olinuxino.h
> b/include/configs/mx23_olinuxino.h index d019944..e081c49 100644
> --- a/include/configs/mx23_olinuxino.h
> +++ b/include/configs/mx23_olinuxino.h
> @@ -60,6 +60,7 @@
> #define CONFIG_CMD_GPIO
> #define CONFIG_CMD_LED
> #define CONFIG_CMD_MMC
> +#define CONFIG_CMD_USB
>
> /*
> * Memory configurations
> @@ -140,6 +141,15 @@
> */
> #define CONFIG_APBH_DMA
>
> +/* USB */
> +#ifdef CONFIG_CMD_USB
> +#define CONFIG_USB_EHCI
> +#define CONFIG_USB_EHCI_MXS
> +#define CONFIG_EHCI_MXS_PORT 0
> +#define CONFIG_EHCI_IS_TDI
> +#define CONFIG_USB_STORAGE
> +#endif
> +
> /*
> * Boot Linux
> */
Best regards,
Marek Vasut
next prev parent reply other threads:[~2013-01-28 19:15 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-28 19:13 [U-Boot] [PATCH 1/4] usb: mxs: Disable USB Port 1 for i.MX23 Otavio Salvador
2013-01-28 19:13 ` [U-Boot] [PATCH 2/4] mx23evk: Enable USB support Otavio Salvador
2013-01-28 19:13 ` [U-Boot] [PATCH 3/4] mx23_olinuxino: " Otavio Salvador
2013-01-28 19:15 ` Marek Vasut [this message]
2013-01-28 19:30 ` Otavio Salvador
2013-01-28 19:14 ` [U-Boot] [PATCH 4/4] mx23_olinuxino: Add ethernet support Otavio Salvador
2013-01-28 19:12 ` Fabio Estevam
2013-01-28 19:13 ` Otavio Salvador
2013-01-28 19:17 ` Marek Vasut
2013-01-28 19:21 ` Fabio Estevam
2013-01-28 19:16 ` Marek Vasut
2013-01-28 19:48 ` Fabio Estevam
2013-01-28 19:56 ` Marek Vasut
2013-01-28 20:03 ` Otavio Salvador
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201301282015.50537.marex@denx.de \
--to=marex@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.