[PATCH 1/2] nxp: imx95_evk: Drop init_uart_clk
Fabio Estevam
festevam at gmail.com
Fri Feb 6 11:43:01 CET 2026
Hi Peng,
On Fri, Feb 6, 2026 at 12:11 AM Peng Fan (OSS) <peng.fan at oss.nxp.com> wrote:
> diff --git a/board/nxp/imx95_evk/imx95_evk.c b/board/nxp/imx95_evk/imx95_evk.c
> index ca1d916deab..9cb69543f0f 100644
> --- a/board/nxp/imx95_evk/imx95_evk.c
> +++ b/board/nxp/imx95_evk/imx95_evk.c
> @@ -9,9 +9,6 @@
>
> int board_early_init_f(void)
> {
> - /* UART1: A55, UART2: M33, UART3: M7 */
> - init_uart_clk(0);
> -
> return 0;
Can board_early_init_f() be completely removed from the board file now?
More information about the U-Boot
mailing list