[PATCH v1 0/2] Cleanup i.MX95 based Toradex boards
Stefan Eichenberger <[email protected]>
| Newsgroups | org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <[email protected]> |
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.
Neither patch changes behaviour, they only drop unused configuration.
All three boards were build tested.
Stefan Eichenberger (2):
configs: {aquila, verdin, toradex-smarc}-imx95: remove CONFIG_SPI
imx: verdin-imx95: remove unused WDOG_BASE_ADDR
configs/aquila-imx95_defconfig | 1 -
configs/toradex-smarc-imx95_defconfig | 1 -
configs/verdin-imx95_defconfig | 1 -
include/configs/verdin-imx95.h | 2 --
4 files changed, 5 deletions(-)
--
2.55.0