mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-04 18:53:42 +00:00
board: beacon: imx8mp: 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: Adam Ford <aford173@gmail.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
parent
7947c8be0e
commit
43f0133271
1 changed files with 0 additions and 2 deletions
|
@ -112,8 +112,6 @@ void board_init_f(ulong dummy)
|
||||||
|
|
||||||
arch_cpu_init();
|
arch_cpu_init();
|
||||||
|
|
||||||
init_uart_clk(1);
|
|
||||||
|
|
||||||
ret = spl_early_init();
|
ret = spl_early_init();
|
||||||
if (ret) {
|
if (ret) {
|
||||||
debug("spl_init() failed: %d\n", ret);
|
debug("spl_init() failed: %d\n", ret);
|
||||||
|
|
Loading…
Add table
Reference in a new issue