diff options
| author | Tom Rini <[email protected]> | 2026-05-15 17:32:13 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-05-15 17:32:13 -0600 |
| commit | dc4dd589269d0c3fbaee6be41241b66d685686b2 (patch) | |
| tree | 5b7489ec0f9d6abc28466d06de30f32e424493b5 /configs | |
| parent | a6f6947e43fba91de3ec5d0390eee7eb1a6a80f7 (diff) | |
| parent | 9e46861a01dd0a011616bf219f393303580dcd8b (diff) | |
Merge tag 'u-boot-imx-next-20260515' 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/30134
- Several conversions to OF_UPSTREAM.
- Added i.MX9 Quickboot support.
- Added support for i.MX952 in the fsl_enetc driver.
- Update i.MX91 part number detection.
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/imx8mq_phanbell_defconfig | 2 | ||||
| -rw-r--r-- | configs/imx8mq_reform2_defconfig | 2 | ||||
| -rw-r--r-- | configs/kontron_pitx_imx8m_defconfig | 2 | ||||
| -rw-r--r-- | configs/librem5_defconfig | 2 | ||||
| -rw-r--r-- | configs/pico-imx8mq_defconfig | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/configs/imx8mq_phanbell_defconfig b/configs/imx8mq_phanbell_defconfig index 9200557ca37..64e3ee04293 100644 --- a/configs/imx8mq_phanbell_defconfig +++ b/configs/imx8mq_phanbell_defconfig @@ -7,7 +7,7 @@ CONFIG_SPL_LIBCOMMON_SUPPORT=y CONFIG_ENV_SIZE=0x1000 CONFIG_ENV_OFFSET=0x400000 CONFIG_DM_GPIO=y -CONFIG_DEFAULT_DEVICE_TREE="imx8mq-phanbell" +CONFIG_DEFAULT_DEVICE_TREE="freescale/imx8mq-phanbell" CONFIG_TARGET_IMX8MQ_PHANBELL=y CONFIG_DM_RESET=y CONFIG_SYS_MONITOR_LEN=524288 diff --git a/configs/imx8mq_reform2_defconfig b/configs/imx8mq_reform2_defconfig index 66cfe95e876..23ee6278503 100644 --- a/configs/imx8mq_reform2_defconfig +++ b/configs/imx8mq_reform2_defconfig @@ -10,7 +10,7 @@ CONFIG_SYS_I2C_MXC_I2C1=y CONFIG_SYS_I2C_MXC_I2C2=y CONFIG_SYS_I2C_MXC_I2C3=y CONFIG_DM_GPIO=y -CONFIG_DEFAULT_DEVICE_TREE="imx8mq-mnt-reform2" +CONFIG_DEFAULT_DEVICE_TREE="freescale/imx8mq-mnt-reform2" CONFIG_TARGET_IMX8MQ_REFORM2=y CONFIG_DM_RESET=y CONFIG_SYS_MONITOR_LEN=524288 diff --git a/configs/kontron_pitx_imx8m_defconfig b/configs/kontron_pitx_imx8m_defconfig index 792bdd7494a..b216a0bb270 100644 --- a/configs/kontron_pitx_imx8m_defconfig +++ b/configs/kontron_pitx_imx8m_defconfig @@ -7,7 +7,7 @@ CONFIG_SPL_LIBCOMMON_SUPPORT=y CONFIG_ENV_SIZE=0x4000 CONFIG_ENV_OFFSET=0x300000 CONFIG_DM_GPIO=y -CONFIG_DEFAULT_DEVICE_TREE="imx8mq-kontron-pitx-imx8m" +CONFIG_DEFAULT_DEVICE_TREE="freescale/imx8mq-kontron-pitx-imx8m" CONFIG_TARGET_KONTRON_PITX_IMX8M=y CONFIG_DM_RESET=y CONFIG_SYS_MONITOR_LEN=524288 diff --git a/configs/librem5_defconfig b/configs/librem5_defconfig index d307e8308ff..7e450e2d356 100644 --- a/configs/librem5_defconfig +++ b/configs/librem5_defconfig @@ -10,7 +10,7 @@ CONFIG_SYS_I2C_MXC_I2C2=y CONFIG_SYS_I2C_MXC_I2C3=y CONFIG_SYS_I2C_MXC_I2C4=y CONFIG_DM_GPIO=y -CONFIG_DEFAULT_DEVICE_TREE="imx8mq-librem5-r4" +CONFIG_DEFAULT_DEVICE_TREE="freescale/imx8mq-librem5-r4" CONFIG_TARGET_LIBREM5=y CONFIG_DM_RESET=y CONFIG_SYS_MONITOR_LEN=524288 diff --git a/configs/pico-imx8mq_defconfig b/configs/pico-imx8mq_defconfig index 0cbdc3778b7..2d5bfffa093 100644 --- a/configs/pico-imx8mq_defconfig +++ b/configs/pico-imx8mq_defconfig @@ -10,7 +10,7 @@ CONFIG_SYS_I2C_MXC_I2C1=y CONFIG_SYS_I2C_MXC_I2C2=y CONFIG_SYS_I2C_MXC_I2C3=y CONFIG_DM_GPIO=y -CONFIG_DEFAULT_DEVICE_TREE="imx8mq-pico-pi" +CONFIG_DEFAULT_DEVICE_TREE="freescale/imx8mq-pico-pi" CONFIG_TARGET_PICO_IMX8MQ=y CONFIG_DM_RESET=y CONFIG_SYS_MONITOR_LEN=524288 |
