Browse Source

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>
Álvaro Fernández Rojas 8 năm trước cách đây
mục cha
commit
7b12ebe407
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      board/qca/ap121/ap121.c

+ 0 - 3
board/qca/ap121/ap121.c

@@ -43,9 +43,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;