mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
imx8mn_evk: drop duplicated code
uart clk has been enabled, no need enable again. Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
parent
4eeb9fe847
commit
e3422b0d59
1 changed files with 0 additions and 2 deletions
|
@ -84,8 +84,6 @@ int board_early_init_f(void)
|
||||||
|
|
||||||
imx_iomux_v3_setup_multiple_pads(uart_pads, ARRAY_SIZE(uart_pads));
|
imx_iomux_v3_setup_multiple_pads(uart_pads, ARRAY_SIZE(uart_pads));
|
||||||
|
|
||||||
init_uart_clk(1);
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue