commit | 2667ddd2b84dd9cfc95c325de8eaae2baab7a049 | [log] [tgz] |
---|---|---|
author | Ley Foon Tan <ley.foon.tan@intel.com> | Thu Jul 12 21:44:24 2018 +0800 |
committer | Marek Vasut <marex@denx.de> | Thu Jul 12 16:03:35 2018 +0200 |
tree | 50512e590472b1535bb5885b016f49547aed5017 | |
parent | 27f05ac1a2e15ba4789a6ed25aeb79262662c83c [diff] |
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>