projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e69945e
)
MIPS: QCA AP121: remove debug_uart_init call
author
Álvaro Fernández Rojas
<noltari@gmail.com>
Mon, 24 Apr 2017 17:03:31 +0000
(19:03 +0200)
committer
Daniel Schwierzeck
<daniel.schwierzeck@gmail.com>
Wed, 10 May 2017 14:16:09 +0000
(16:16 +0200)
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 <noltari@gmail.com>
board/qca/ap121/ap121.c
patch
|
blob
|
history
diff --git
a/board/qca/ap121/ap121.c
b/board/qca/ap121/ap121.c
index e245faa5cf86039c0843be9411c52e55bc310920..ac9be35dd9b9ba4926a1379d0d8bba2a03c45a6f 100644
(file)
--- 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;