summaryrefslogtreecommitdiff
path: root/board/qca
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2017-04-24 19:03:32 +0200
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2017-05-10 16:16:09 +0200
commit79f90ab1d255dc4417113bc9c8f3f46478aeb660 (patch)
tree0693fadbf9377d8c1dec373d828899038446cee5 /board/qca
parent7b12ebe407794fb7b2ab3668b21969502bddd227 (diff)
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>
Diffstat (limited to 'board/qca')
-rw-r--r--board/qca/ap143/ap143.c3
1 files changed, 0 insertions, 3 deletions
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;