Re: [PATCH v1] toradex: {aquila, smarc, verdin}-imx95: add board_fix_fdt
Fabio Estevam <[email protected]>
| Newsgroups | org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <CAOMZO5AY7nkpdyBckixiBTRLK6f1YTL=H14cLnoMLc+Qh5=MvA@mail.gmail.com> |
Hi Stefan, On Fri, Aug 21, 2026 at 4:10 AM Stefan Eichenberger <[email protected]> wrote: > +#if IS_ENABLED(CONFIG_OF_BOARD_FIXUP) > +int board_fix_fdt(void *fdt) > +{ > + /* Remove nodes based on fuses. */ > + return imx9_uboot_fixup_by_fuse(fdt); Shouldn't this be added to the common i.MX95 SoC file instead of adding it per board?