Home
last modified time | relevance | path

Searched hist:aa529663 (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/arch/arm/mach-socfpga/
H A Dspl_s10.caa529663 Thu Jul 12 08:44:24 CDT 2018 Ley Foon Tan <ley.foon.tan@intel.com> arm: socfpga: Fixes: include <debug_uart.h>

Fix compilation warning when enable CONFIG_DEBUG_UART.

arch/arm/mach-socfpga/spl_s10.c: In function ‘board_init_f’:
arch/arm/mach-socfpga/spl_s10.c:146:2: warning: implicit declaration of function ‘debug_uart_init’; did you mean ‘part_init’? [-Wimplicit-function-declaration]
debug_uart_init();

Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>