Commit 7b12ebe407794fb7b2ab3668b21969502bddd227

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

MIPS: QCA AP121: 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/ap121/ap121.c
... ... @@ -43,9 +43,6 @@
43 43  
44 44 int board_early_init_f(void)
45 45 {
46   -#ifdef CONFIG_DEBUG_UART
47   - debug_uart_init();
48   -#endif
49 46 ddr_init();
50 47 ath79_eth_reset();
51 48 return 0;