[PATCH v2 1/2] imx8ulp_evk: Move environment variables to .env file

Fabio Estevam festevam at gmail.com
Sat Dec 6 19:33:20 CET 2025


Hi Alice,

On Wed, Dec 3, 2025 at 5:52 AM <alice.guo at oss.nxp.com> wrote:
>
> From: Alice Guo <alice.guo at nxp.com>
>
> Add board-specific environment variables to imx8ulp_evk.env for better
> maintainability.

You are doing more than that...


> Signed-off-by: Alice Guo <alice.guo at nxp.com>
> ---
>  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


More information about the U-Boot mailing list