u-boot-brain/board/atmel/sama5d2_ptc_ek
Josef Lusticky ef5a7438ac board: atmel: Fix compiler warning 'board_usb_hw_init()' not used
Wrap definition of board_usb_hw_init() around with #ifdef CONFIG_CMD_USB
to avoid warning: 'board_usb_hw_init' defined but not used
[-Wunused-function] when compiling without CONFIG_CMD_USB.

This patch makes sama5d27_som1_ek, sama5d2_ptc_ek and sama5d2_xplained
consistent with other boards that use the same #ifdef to avoid the warning.

Cc: Eugen Hristev <eugen.hristev@microchip.com>
Cc: Ludovic Desroches <ludovic.desroches@microchip.com>
Signed-off-by: Josef Lusticky <josef@lusticky.cz>
Reviewed-by: Eugen Hristev <eugen.hristev@microchip.com>
2020-05-06 16:18:53 +03:00
..
Kconfig board: atmel: add sama5d2_ptc_ek board 2017-11-29 22:30:50 -05:00
MAINTAINERS MAINTAINERS: at91: update entry for at91 boards 2018-10-01 10:44:14 -04:00
Makefile SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
sama5d2_ptc_ek.c board: atmel: Fix compiler warning 'board_usb_hw_init()' not used 2020-05-06 16:18:53 +03:00