Hi Peng,

On Fri, Feb 6, 2026 at 12:11 AM Peng Fan (OSS) <[email protected]> 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?

Reply via email to