Commit
79f90ab1d255dc4417113bc9c8f3f46478aeb660
Exists in
smarc_8mq_lf_v2020.04
and in
19 other branches
8qm-imx_v2020.04_5.4.70_2.3.0, emb_lf_v2022.04, emb_lf_v2023.04, emb_lf_v2024.04, pitx_8mp_lf_v2020.04, smarc-8m-android-10.0.0_2.6.0, smarc-8m-android-11.0.0_2.0.0, smarc-8mp-android-11.0.0_2.0.0, smarc-imx6_v2018.03_4.14.98_2.0.0_ga, smarc-imx7_v2018.03_4.14.98_2.0.0_ga, smarc-imx_v2018.03_4.14.78_1.0.0_ga, smarc_8m-imx_v2018.03_4.14.98_2.0.0_ga, smarc_8m-imx_v2019.04_4.19.35_1.1.0, smarc_8m_00d0-imx_v2018.03_4.14.98_2.0.0_ga, smarc_8mm-imx_v2018.03_4.14.98_2.0.0_ga, smarc_8mm-imx_v2019.04_4.19.35_1.1.0, smarc_8mm-imx_v2020.04_5.4.24_2.1.0, smarc_8mp_lf_v2020.04, smarc_8mq-imx_v2020.04_5.4.24_2.1.0
MIPS: QCA AP143: 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.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Showing
1 changed file
with
0 additions
and
3 deletions
Side-by-side Diff
... |
... |
@@ -59,9 +59,6 @@ |
59
|
59 |
|
60
|
60 |
int board_early_init_f(void) |
61
|
61 |
{ |
62
|
|
-#ifdef CONFIG_DEBUG_UART |
63
|
|
- debug_uart_init(); |
64
|
|
-#endif |
65
|
62 |
ddr_init(); |
66
|
63 |
ath79_eth_reset(); |
67
|
64 |
return 0; |