[PATCH v1] arm: dts: imx8mp-toradex-smarc: migrate to OF_UPSTREAM
Fabio Estevam
festevam at gmail.com
Wed Oct 8 15:50:42 CEST 2025
Hi Ernest,
On Tue, Oct 7, 2025 at 4:45 AM Ernest Van Hoecke
<ernestvanhoecke at gmail.com> wrote:
> diff --git a/arch/arm/mach-imx/imx8m/Kconfig b/arch/arm/mach-imx/imx8m/Kconfig
> index 74416a788473..c5da27bc366e 100644
> --- a/arch/arm/mach-imx/imx8m/Kconfig
> +++ b/arch/arm/mach-imx/imx8m/Kconfig
> @@ -296,6 +296,7 @@ config TARGET_TORADEX_SMARC_IMX8MP
> select IMX8MP
> select SUPPORT_SPL
> select IMX8M_LPDDR4
> + imply OF_UPSTREAM
....
> +CONFIG_OF_UPSTREAM=y
As you use 'imply OF_UPSTREAM' in the Kconfig, this
CONFIG_OF_UPSTREAM=y line is not needed and can be removed, right?
More information about the U-Boot
mailing list