summaryrefslogtreecommitdiff
path: root/board/freescale
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2021-03-19 15:57:07 +0800
committerStefano Babic <sbabic@denx.de>2021-04-08 09:18:29 +0200
commite3422b0d597621b9be51fe2503a93da1710fe385 (patch)
tree7ece07b8f84bc0937df3c1fe9a31004e7d97ef0f /board/freescale
parent4eeb9fe84742af67c775afd5055b672b0639a244 (diff)
downloadu-boot-e3422b0d597621b9be51fe2503a93da1710fe385.tar.gz
imx8mn_evk: drop duplicated code
uart clk has been enabled, no need enable again. Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'board/freescale')
-rw-r--r--board/freescale/imx8mn_evk/spl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/freescale/imx8mn_evk/spl.c b/board/freescale/imx8mn_evk/spl.c
index 6d5c7a5b46..80f79ce888 100644
--- 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;
}