1
0
Fork 0
remarkable-uboot/board/tplink/wdr4300
Álvaro Fernández Rojas fa9aee3aa3 MIPS: tl-wdr4300: 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.
WDR4300 doesn't provide a board_debug_uart_init and configures pinmux in
board_early_init_f instead. Since I have no idead of what's the needed uart
pinmux config, I copied the whole pinmux config to a new function that is
called from board_early_init_f if CONFIG_DEBUG_UART_BOARD_INIT is not enabled.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2017-05-10 16:16:09 +02:00
..
Kconfig MIPS: Split I & D cache line size config 2016-05-31 09:44:24 +02:00
MAINTAINERS mips: ath79: Add support for TPLink WDR4300 2016-05-21 01:36:39 +02:00
Makefile mips: ath79: Add support for TPLink WDR4300 2016-05-21 01:36:39 +02:00
wdr4300.c MIPS: tl-wdr4300: remove debug_uart_init call 2017-05-10 16:16:09 +02:00