> This commit adds USB support for EfikaMX and EfikaSB.
>
> Signed-off-by: Jana Rapava <[email protected]>
> Signed-off-by: Marek Vasut <[email protected]>
> Cc: Remy Bohmer <[email protected]>
> Cc: Stefano Babic <[email protected]>
> ---
> Changes for v2:
> - introduce temporary variable in ulpi_write
> - whitespace changes
> Changes for v3:
> - add protection against multiple inclusion of efika.h
> Changes for v4:
> - rename multiple inclusion protection macro in efika.h
>
> board/efikamx/Makefile | 3 +
> board/efikamx/efika.h | 33 ++++
> board/efikamx/efikamx-usb.c | 423
> +++++++++++++++++++++++++++++++++++++++++++ board/efikamx/efikamx.c
> | 3 + include/configs/efikamx.h | 16 ++
> 5 files changed, 478 insertions(+), 0 deletions(-)
> create mode 100644 board/efikamx/efika.h
> create mode 100644 board/efikamx/efikamx-usb.c
>
Dear Jana Rapava,
[...]
> +#ifndef __BOARD_EFIKAMX_EFIKA_H__
> +#define __BOARD_EFIKAMX_EFIKA_H__
> +
> +/*
> + * EHCI USB
> + */
> +#ifdef CONFIG_CMD_USB
> +void setup_iomux_usb(void);
> +#else
> +static inline void setup_iomux_usb(void) { }
> +#endif
Is the ifndef actually unterminated? Did you even compile-test this?
_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot