stm32mp1: configs: activate CMD_ERASEENV
Activate the command env erase to reset the environment with the command: > env erase it is simpler than: > env default -a > env save Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com> Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
This commit is contained in:
parent
8b8c99bd3e
commit
6072c220bd
@ -30,6 +30,7 @@ CONFIG_SYS_PROMPT="STM32MP> "
|
|||||||
# 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_IMPORTENV is not set
|
||||||
|
CONFIG_CMD_ERASEENV=y
|
||||||
CONFIG_CMD_MEMINFO=y
|
CONFIG_CMD_MEMINFO=y
|
||||||
CONFIG_CMD_MEMTEST=y
|
CONFIG_CMD_MEMTEST=y
|
||||||
CONFIG_SYS_MEMTEST_START=0xc0000000
|
CONFIG_SYS_MEMTEST_START=0xc0000000
|
||||||
|
@ -14,6 +14,7 @@ CONFIG_SYS_PROMPT="STM32MP> "
|
|||||||
# 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_IMPORTENV is not set
|
||||||
|
CONFIG_CMD_ERASEENV=y
|
||||||
CONFIG_CMD_MEMINFO=y
|
CONFIG_CMD_MEMINFO=y
|
||||||
CONFIG_CMD_MEMTEST=y
|
CONFIG_CMD_MEMTEST=y
|
||||||
CONFIG_SYS_MEMTEST_START=0xc0000000
|
CONFIG_SYS_MEMTEST_START=0xc0000000
|
||||||
|
Loading…
Reference in New Issue
Block a user