diff options
-rw-r--r-- | board/qca/ap143/ap143.c | 3 |
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; |