[PATCH 3/3] configs: phycore-imx8mp_defconfig: enable CMD_ERASEENV
Yannic Moog
y.moog at phytec.de
Wed Jul 31 09:23:01 CEST 2024
Enable erasing environment with eraseenv command.
Signed-off-by: Yannic Moog <y.moog at phytec.de>
---
configs/phycore-imx8mp_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/phycore-imx8mp_defconfig b/configs/phycore-imx8mp_defconfig
index 8dd4963bdc0..3ddceecf205 100644
--- a/configs/phycore-imx8mp_defconfig
+++ b/configs/phycore-imx8mp_defconfig
@@ -53,6 +53,7 @@ CONFIG_HUSH_PARSER=y
CONFIG_SYS_PROMPT="u-boot=> "
# CONFIG_CMD_EXPORTENV is not set
# CONFIG_CMD_IMPORTENV is not set
+CONFIG_CMD_ERASEENV=y
# CONFIG_CMD_CRC32 is not set
CONFIG_CMD_EEPROM=y
CONFIG_SYS_I2C_EEPROM_ADDR_LEN=2
--
2.34.1
More information about the U-Boot
mailing list