git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c42c6a1
)
board: freescale: imx8mn_evk: let clock system enable UART clock
author
Michael Trimarchi
<michael@amarulasolutions.com>
Tue, 20 May 2025 09:02:15 +0000
(11:02 +0200)
committer
Fabio Estevam
<festevam@gmail.com>
Wed, 21 May 2025 10:52:48 +0000
(07:52 -0300)
Now that the UART driver can enable the required clocks, remove
the hard-coded clock enable.
Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Tested-by: Fabio Estevam <festevam@gmail.com>
board/freescale/imx8mn_evk/spl.c
patch
|
blob
|
history
diff --git
a/board/freescale/imx8mn_evk/spl.c
b/board/freescale/imx8mn_evk/spl.c
index
231b928
..
f96f5c4
100644
(file)
--- a/
board/freescale/imx8mn_evk/spl.c
+++ b/
board/freescale/imx8mn_evk/spl.c
@@
-115,8
+115,6
@@
void board_init_f(ulong dummy)
arch_cpu_init();
- init_uart_clk(1);
-
timer_init();
/* Clear the BSS. */