diff options
| author | Tom Rini <[email protected]> | 2026-04-02 11:13:38 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-04-02 11:13:38 -0600 |
| commit | d1cd6733917fa67c262fbad2520da93d788e17f7 (patch) | |
| tree | d58559f86f61bee05751f615ac03c60d7defb80f /board/phytec/common/Makefile | |
| parent | 91c27b21b10f6cadc906af66355197e12409a543 (diff) | |
| parent | 4d612ec4354b9bdfc42bc5a9e3120d5d490ba34b (diff) | |
Merge tag 'u-boot-imx-next-20260402' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx into next
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/29745
- Migrate imx95-toradex-smarc to use upstream devicetree.
- Force fsl crypto driver to select ARCH_MISC_INIT to avoid crashes when
using CAAM.
- Support upstream Linux reset-gpios property for the i.MX PCI driver.
- Avoid duplication of DDR tables on i.MX8MP DHCOM SoM.
- Several cleanups on tqma6 platform.
- Convert i.MX8MP boards to DM_PMIC.
- Add phyCORE-i.MX91 support.
- Drop unnecessary BOARD_EARLY_INIT_F usage.
Diffstat (limited to 'board/phytec/common/Makefile')
| -rw-r--r-- | board/phytec/common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/phytec/common/Makefile b/board/phytec/common/Makefile index 948f9dab626..e09dea01d49 100644 --- a/board/phytec/common/Makefile +++ b/board/phytec/common/Makefile @@ -10,4 +10,4 @@ endif obj-y += phytec_som_detection.o phytec_som_detection_blocks.o obj-$(CONFIG_ARCH_K3) += am6_som_detection.o k3/ obj-$(CONFIG_ARCH_IMX8M) += imx8m_som_detection.o -obj-$(CONFIG_ARCH_IMX9) += imx93_som_detection.o +obj-$(CONFIG_ARCH_IMX9) += imx91_93_som_detection.o |
