Hi Alice, On Wed, Dec 3, 2025 at 5:52 AM <[email protected]> wrote: > > From: Alice Guo <[email protected]> > > Add board-specific environment variables to imx8ulp_evk.env for better > maintainability.
You are doing more than that... > Signed-off-by: Alice Guo <[email protected]> > --- > arch/arm/mach-imx/imx8ulp/Kconfig | 1 + > board/freescale/imx8ulp_evk/imx8ulp_evk.env | 97 > +++++++++++++++++++++++++++++ > configs/imx8ulp_evk_defconfig | 5 +- > include/configs/imx8ulp_evk.h | 24 ------- > 4 files changed, 100 insertions(+), 27 deletions(-) > > diff --git a/arch/arm/mach-imx/imx8ulp/Kconfig > b/arch/arm/mach-imx/imx8ulp/Kconfig > index fbca241e106..e96e34651ce 100644 > --- a/arch/arm/mach-imx/imx8ulp/Kconfig > +++ b/arch/arm/mach-imx/imx8ulp/Kconfig > @@ -27,6 +27,7 @@ config TARGET_IMX8ULP_EVK > select IMX8ULP > select SUPPORT_SPL > select IMX8ULP_DRAM > + imply BOOTSTD_FULL Here you convert to standard boot. Please split this in two separate changes: one for env and another for bootstd. Also, I had issues applying patch 2/2. Please rebase and send a v3. Thanks

