mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-07 15:21:36 +00:00
configs: stm32mp15: activate CMD_IMPORTENV
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@st.com> Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
This commit is contained in:
parent
2bf692d317
commit
fba7b95085
2 changed files with 0 additions and 2 deletions
|
@ -32,7 +32,6 @@ CONFIG_SYS_PROMPT="STM32MP> "
|
||||||
CONFIG_CMD_ADTIMG=y
|
CONFIG_CMD_ADTIMG=y
|
||||||
# CONFIG_CMD_ELF is not set
|
# CONFIG_CMD_ELF is not set
|
||||||
# CONFIG_CMD_EXPORTENV is not set
|
# CONFIG_CMD_EXPORTENV is not set
|
||||||
# CONFIG_CMD_IMPORTENV is not set
|
|
||||||
CONFIG_CMD_ERASEENV=y
|
CONFIG_CMD_ERASEENV=y
|
||||||
CONFIG_CMD_MEMINFO=y
|
CONFIG_CMD_MEMINFO=y
|
||||||
CONFIG_CMD_MEMTEST=y
|
CONFIG_CMD_MEMTEST=y
|
||||||
|
|
|
@ -16,7 +16,6 @@ CONFIG_SYS_PROMPT="STM32MP> "
|
||||||
CONFIG_CMD_ADTIMG=y
|
CONFIG_CMD_ADTIMG=y
|
||||||
# CONFIG_CMD_ELF is not set
|
# CONFIG_CMD_ELF is not set
|
||||||
# CONFIG_CMD_EXPORTENV is not set
|
# CONFIG_CMD_EXPORTENV is not set
|
||||||
# CONFIG_CMD_IMPORTENV is not set
|
|
||||||
CONFIG_CMD_ERASEENV=y
|
CONFIG_CMD_ERASEENV=y
|
||||||
CONFIG_CMD_MEMINFO=y
|
CONFIG_CMD_MEMINFO=y
|
||||||
CONFIG_CMD_MEMTEST=y
|
CONFIG_CMD_MEMTEST=y
|
||||||
|
|
Loading…
Add table
Reference in a new issue