From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Mon, 24 Apr 2017 19:03:32 +0200 Subject: [U-Boot] [PATCH 2/4] MIPS: QCA AP143: remove debug_uart_init call In-Reply-To: <1493053414-810-1-git-send-email-noltari@gmail.com> References: <1492944643-859-1-git-send-email-noltari@gmail.com> <1493053414-810-1-git-send-email-noltari@gmail.com> Message-ID: <1493053414-810-3-git-send-email-noltari@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de 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 --- v2: No changes. board/qca/ap143/ap143.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/board/qca/ap143/ap143.c b/board/qca/ap143/ap143.c index e921ea5..19b55ac 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; -- 2.1.4