From: Álvaro Fernández Rojas Date: Mon, 24 Apr 2017 17:03:32 +0000 (+0200) Subject: MIPS: QCA AP143: remove debug_uart_init call X-Git-Tag: v2017.07-rc1~357^2~43 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=79f90ab1d255dc4417113bc9c8f3f46478aeb660;p=u-boot MIPS: QCA AP143: remove debug_uart_init call In order to add a generic MIPS debug_uart_init call right before the call to board_early_init_f, we need to remove all calls to debug_uart_init from every MIPS boards. Signed-off-by: Álvaro Fernández Rojas --- diff --git a/board/qca/ap143/ap143.c b/board/qca/ap143/ap143.c index e921ea53f3..19b55acbf2 100644 --- a/board/qca/ap143/ap143.c +++ b/board/qca/ap143/ap143.c @@ -59,9 +59,6 @@ void board_debug_uart_init(void) int board_early_init_f(void) { -#ifdef CONFIG_DEBUG_UART - debug_uart_init(); -#endif ddr_init(); ath79_eth_reset(); return 0;