[U-Boot] [PATCH 4/9] mx23evk: Add initial board support
Fabio Estevam
festevam at gmail.com
Tue Jan 22 03:30:47 CET 2013
On Mon, Jan 21, 2013 at 11:47 PM, Otavio Salvador
<otavio at ossystems.com.br> wrote:
> Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
> ---
> board/freescale/mx23evk/Makefile | 47 +++++++
> board/freescale/mx23evk/mx23evk.c | 81 ++++++++++++
> board/freescale/mx23evk/spl_boot.c | 115 +++++++++++++++++
> boards.cfg | 1 +
> include/configs/mx23evk.h | 252 +++++++++++++++++++++++++++++++++++++
> 5 files changed, 496 insertions(+)
> create mode 100644 board/freescale/mx23evk/Makefile
> create mode 100644 board/freescale/mx23evk/mx23evk.c
> create mode 100644 board/freescale/mx23evk/spl_boot.c
> create mode 100644 include/configs/mx23evk.h
An entry to MAINTAINERS file is missing.
> +/*
> + * 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
Is USB functional? If not, please remove this.
More information about the U-Boot
mailing list