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 
> ---
>  v2: No changes.
> 
>  board/qca/ap121/ap121.c | 3 ---
>  1 file changed, 3 deletions(-)
> 

applied to u-boot-mips/next, thanks!

-- 
- Daniel



signature.asc
Description: OpenPGP digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[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, 3 deletions(-)

diff --git a/board/qca/ap121/ap121.c b/board/qca/ap121/ap121.c
index e245faa..ac9be35 100644
--- a/board/qca/ap121/ap121.c
+++ b/board/qca/ap121/ap121.c
@@ -43,9 +43,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

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[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(-)

diff --git a/board/qca/ap121/ap121.c b/board/qca/ap121/ap121.c
index e245faa..ac9be35 100644
--- a/board/qca/ap121/ap121.c
+++ b/board/qca/ap121/ap121.c
@@ -43,9 +43,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

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot