> > Hi Joseph, > > On Wed, Feb 11, 2026 at 11:41 PM Joseph Guo <[email protected]> wrote: > > > +++ b/board/nxp/imx95_frdm/imx95_frdm.c > > @@ -0,0 +1,31 @@ > > +// SPDX-License-Identifier: GPL-2.0+ > > +/* > > + * Copyright 2025 NXP > > + */ > > + > > +#include <asm/gpio.h> > > +#include <asm/arch/clock.h> > > +#include <asm/mach-imx/sys_proto.h> > > + > > +int board_early_init_f(void) > > +{ > > + /* UART1: A55, UART2: M33, UART3: M7 */ > > + init_uart_clk(0); > > + > > + return 0; > > +} > > Can't the board_early_init_f() be removed? > > Peng has recently sent a series that removes it from several items.MX8/9 > boards. > > > +cntr_file=os_cntr_signed.bin > > +boot_fit=no > > +fdtfile=CONFIG_DEFAULT_FDT_FILE > > Please see this patch from Tom and adapt accordingly: > > https://patchwork.ozlabs.org/project/uboot/patch/20260211221135.173898 > [email protected]/ > > > +#define WDOG_BASE_ADDR WDG3_BASE_ADDR > > In another patch, I asked Alice to rework the watchdog driver to retrieve the > base address from the devicetree. > > Please work with her and remove WDOG_BASE_ADDR in v3.
Hi Fabio, Thanks for your comment. Will address them in v3. Regards, Joseph

