From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Sun, 23 Apr 2017 12:50:39 +0200 Subject: [U-Boot] [PATCH 0/4] MIPS: call debug_uart_init right before board_init_f Message-ID: <1492944643-859-1-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 All MIPS boards that support debug uart are calling debug_uart_init right at the beginning of board_early_init_f. Instead of doing that, let's provide a generic call to debug_uart_init right before the call to board_init_f if debug uart is enabled. Daniel Schwierzeck (1): MIPS: call debug_uart_init right before board_init_f Álvaro Fernández Rojas (3): MIPS: QCA AP121: remove debug_uart_init call MIPS: QCA AP143: remove debug_uart_init call MIPS: tl-wdr4300: remove debug_uart_init call arch/mips/cpu/start.S | 6 ++++++ board/qca/ap121/ap121.c | 3 --- board/qca/ap143/ap143.c | 3 --- board/tplink/wdr4300/wdr4300.c | 18 ++++++++++++++---- 4 files changed, 20 insertions(+), 10 deletions(-) -- 2.1.4