Hi Fabio, On Wed, Oct 08, 2025 at 10:50:42AM -0300, Fabio Estevam wrote: > 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?
Yes, that is correct, I will incorporate that for v2 if you prefer. Thanks, Ernest

