Re: [U-Boot] [PATCH 1/4] MIPS: QCA AP121: remove debug_uart_init call

2017-04-30 Thread Daniel Schwierzeck
Am 24.04.2017 um 19:03 schrieb Álvaro Fernández Rojas: > 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 >

[U-Boot] [PATCH 1/4] MIPS: QCA AP121: remove debug_uart_init call

2017-04-24 Thread Álvaro Fernández Rojas
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/ap121/ap121.c | 3 --- 1 file changed,

[U-Boot] [PATCH 1/4] MIPS: QCA AP121: remove debug_uart_init call

2017-04-23 Thread Álvaro Fernández Rojas
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 --- board/qca/ap121/ap121.c | 3 --- 1 file changed, 3 deletions(-)