[U-Boot] [PATCH 4/9] mx23evk: Add initial board support
Otavio Salvador
otavio at ossystems.com.br
Tue Jan 22 11:05:28 CET 2013
On Tue, Jan 22, 2013 at 12:30 AM, Fabio Estevam <festevam at gmail.com> wrote:
> 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.
Right.
>> +/*
>> + * 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.
It is not; will check if I can drop it.
--
Otavio Salvador O.S. Systems
E-mail: otavio at ossystems.com.br http://www.ossystems.com.br
Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br
More information about the U-Boot
mailing list