diff options
| author | Peng Fan <[email protected]> | 2025-06-12 10:13:56 +0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-06-12 08:19:57 -0600 |
| commit | 02a2cbfee83df3eddf619d01e5153c3239a3984d (patch) | |
| tree | 1f69abbda00e929b05d0797c00648b7dd02d82fe /configs | |
| parent | b62e422d6e6878e9bca1d20fe372ffdd7db294fa (diff) | |
imx91: Drop OF_UPSTREAM
i.MX91 device tree still not landed in linux kernel, so drop OF_UPSTREAM
and move the device tree files to arch/arm/dts
Signed-off-by: Peng Fan <[email protected]>
Reviewed-by: Sumit Garg <[email protected]>
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/imx91_11x11_evk_defconfig | 2 | ||||
| -rw-r--r-- | configs/imx91_11x11_evk_inline_ecc_defconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configs/imx91_11x11_evk_defconfig b/configs/imx91_11x11_evk_defconfig index 810a8a8c012..a57c1fd01f5 100644 --- a/configs/imx91_11x11_evk_defconfig +++ b/configs/imx91_11x11_evk_defconfig @@ -11,7 +11,7 @@ CONFIG_ENV_SIZE=0x4000 CONFIG_ENV_OFFSET=0x700000 CONFIG_IMX_CONFIG="arch/arm/mach-imx/imx9/imximage.cfg" CONFIG_DM_GPIO=y -CONFIG_DEFAULT_DEVICE_TREE="freescale/imx91-11x11-evk" +CONFIG_DEFAULT_DEVICE_TREE="imx91-11x11-evk" CONFIG_TARGET_IMX91_11X11_EVK=y CONFIG_OF_LIBFDT_OVERLAY=y CONFIG_SYS_MONITOR_LEN=524288 diff --git a/configs/imx91_11x11_evk_inline_ecc_defconfig b/configs/imx91_11x11_evk_inline_ecc_defconfig index f330ea694f7..0533acaaa6b 100644 --- a/configs/imx91_11x11_evk_inline_ecc_defconfig +++ b/configs/imx91_11x11_evk_inline_ecc_defconfig @@ -11,7 +11,7 @@ CONFIG_ENV_SIZE=0x4000 CONFIG_ENV_OFFSET=0x700000 CONFIG_IMX_CONFIG="arch/arm/mach-imx/imx9/imximage.cfg" CONFIG_DM_GPIO=y -CONFIG_DEFAULT_DEVICE_TREE="freescale/imx91-11x11-evk" +CONFIG_DEFAULT_DEVICE_TREE="imx91-11x11-evk" CONFIG_TARGET_IMX91_11X11_EVK=y CONFIG_OF_LIBFDT_OVERLAY=y CONFIG_SYS_MONITOR_LEN=524288 |
