Message ID | 20250520090241.926812-1-dario.binacchi@amarulasolutions.com |
---|---|
State | New |
Headers | show |
Series |
|
Related | show |
On Tue, May 20, 2025 at 6:02 AM Dario Binacchi <dario.binacchi@amarulasolutions.com> wrote: > > From: Michael Trimarchi <michael@amarulasolutions.com> > > Now that the UART driver can enable the required clocks, remove > the hard-coded clock enable. > > Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com> > Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Thanks for the cleanup: Tested-by: Fabio Estevam <festevam@gmail.com> To unsubscribe from this group and stop receiving emails from it, send an email to linux-amarula+unsubscribe@amarulasolutions.com.
On Tue, May 20, 2025 at 6:02 AM Dario Binacchi <dario.binacchi@amarulasolutions.com> wrote: > > From: Michael Trimarchi <michael@amarulasolutions.com> > > Now that the UART driver can enable the required clocks, remove > the hard-coded clock enable. > > Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com> > Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Applied, thanks. To unsubscribe from this group and stop receiving emails from it, send an email to linux-amarula+unsubscribe@amarulasolutions.com.
diff --git a/board/freescale/imx8mn_evk/spl.c b/board/freescale/imx8mn_evk/spl.c index 231b9289eead..f96f5c45789a 100644 --- a/board/freescale/imx8mn_evk/spl.c +++ b/board/freescale/imx8mn_evk/spl.c @@ -115,8 +115,6 @@ void board_init_f(ulong dummy) arch_cpu_init(); - init_uart_clk(1); - timer_init(); /* Clear the BSS. */