[Uboot-stm32] [PATCH 1/2] configs: stm32mp15: activate CMD_IMPORTENV
Patrice CHOTARD
patrice.chotard at st.com
Wed Oct 21 13:47:48 CEST 2020
Hi Patrick
On 10/15/20 2:31 PM, Patrick Delaunay wrote:
> Activate CONFIG_CMD_IMPORTENV to accept the command "env import".
> This command is useful in script to include some variable.
>
> Signed-off-by: Patrick Delaunay <patrick.delaunay at st.com>
> ---
>
> configs/stm32mp15_basic_defconfig | 1 -
> configs/stm32mp15_trusted_defconfig | 1 -
> 2 files changed, 2 deletions(-)
>
> diff --git a/configs/stm32mp15_basic_defconfig b/configs/stm32mp15_basic_defconfig
> index a8c4112dbe..b4cba318fd 100644
> --- a/configs/stm32mp15_basic_defconfig
> +++ b/configs/stm32mp15_basic_defconfig
> @@ -32,7 +32,6 @@ CONFIG_SYS_PROMPT="STM32MP> "
> CONFIG_CMD_ADTIMG=y
> # CONFIG_CMD_ELF is not set
> # CONFIG_CMD_EXPORTENV is not set
> -# CONFIG_CMD_IMPORTENV is not set
> CONFIG_CMD_ERASEENV=y
> CONFIG_CMD_MEMINFO=y
> CONFIG_CMD_MEMTEST=y
> diff --git a/configs/stm32mp15_trusted_defconfig b/configs/stm32mp15_trusted_defconfig
> index 0792884a9d..3a54aeffaf 100644
> --- a/configs/stm32mp15_trusted_defconfig
> +++ b/configs/stm32mp15_trusted_defconfig
> @@ -16,7 +16,6 @@ CONFIG_SYS_PROMPT="STM32MP> "
> CONFIG_CMD_ADTIMG=y
> # CONFIG_CMD_ELF is not set
> # CONFIG_CMD_EXPORTENV is not set
> -# CONFIG_CMD_IMPORTENV is not set
> CONFIG_CMD_ERASEENV=y
> CONFIG_CMD_MEMINFO=y
> CONFIG_CMD_MEMTEST=y
Reviewed-by: Patrice Chotard <patrice.chotard at st.com>
Thanks
More information about the U-Boot
mailing list