Commit 79f90ab1d255dc4417113bc9c8f3f46478aeb660

Authored by Álvaro Fernández Rojas
Committed by Daniel Schwierzeck
1 parent 7b12ebe407

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 <noltari@gmail.com>

Showing 1 changed file with 0 additions and 3 deletions Side-by-side Diff

board/qca/ap143/ap143.c
... ... @@ -59,9 +59,6 @@
59 59  
60 60 int board_early_init_f(void)
61 61 {
62   -#ifdef CONFIG_DEBUG_UART
63   - debug_uart_init();
64   -#endif
65 62 ddr_init();
66 63 ath79_eth_reset();
67 64 return 0;