mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 20:56:12 +02:00
board: imx8mn_var_som: let clock system enable UART clock
Now that the UART driver can enable the required clocks, remove the hard-coded clock enable. Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
This commit is contained in:
parent
56246896a3
commit
ced337fccb
@ -41,13 +41,6 @@ void spl_board_init(void)
|
||||
puts("Failed to find clock node. Check device tree\n");
|
||||
}
|
||||
|
||||
int board_early_init_f(void)
|
||||
{
|
||||
init_uart_clk(3);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
void board_init_f(ulong dummy)
|
||||
{
|
||||
int ret;
|
||||
@ -57,8 +50,6 @@ void board_init_f(ulong dummy)
|
||||
|
||||
arch_cpu_init();
|
||||
|
||||
board_early_init_f();
|
||||
|
||||
timer_init();
|
||||
|
||||
ret = spl_init();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user