Hi Ernest, On Tue, Oct 7, 2025 at 4:45 AM Ernest Van Hoecke <[email protected]> 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?

