imx8mn_evk: drop duplicated code
authorPeng Fan <peng.fan@nxp.com>
Fri, 19 Mar 2021 07:57:07 +0000 (15:57 +0800)
committerStefano 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

index 6d5c7a5..80f79ce 100644 (file)
@@ -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;
 }