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:
4eeb9fe
)
imx8mn_evk: drop duplicated code
author
Peng Fan
<peng.fan@nxp.com>
Fri, 19 Mar 2021 07:57:07 +0000
(15:57 +0800)
committer
Stefano Babic
<sbabic@denx.de>
Thu, 8 Apr 2021 07:18:29 +0000
(09:18 +0200)
uart clk has been enabled, no need enable again.
Signed-off-by: Peng Fan <peng.fan@nxp.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
6d5c7a5
..
80f79ce
100644
(file)
--- a/
board/freescale/imx8mn_evk/spl.c
+++ b/
board/freescale/imx8mn_evk/spl.c
@@
-84,8
+84,6
@@
int board_early_init_f(void)
imx_iomux_v3_setup_multiple_pads(uart_pads, ARRAY_SIZE(uart_pads));
- init_uart_clk(1);
-
return 0;
}