Re: [PATCH v1 0/2] Cleanup i.MX95 based Toradex boards
Francesco Dolcini <[email protected]>
| Newsgroups | org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <aoWzHyOL1F_W-N2d@francesco-nb> |
On Wed, Aug 19, 2026 at 03:38:35PM +0200, Stefan Eichenberger wrote: > This series removes two leftovers from the Toradex i.MX95 board support. > > The first patch drops CONFIG_SPI from the aquila-imx95, verdin-imx95 and > toradex-smarc-imx95 defconfigs. It has been set since the initial board > support, but none of the boards selects an SPI controller or slave > driver, so SPI is not usable in U-Boot on them anyway. > > The second patch removes the WDOG_BASE_ADDR definition from > verdin-imx95.h. The ULP watchdog driver takes its base address from the > devicetree now, and the macro it expanded to no longer exists, so the > definition is dangling. Acked-by: Francesco Dolcini <[email protected]>