diff options
author | Yannic Moog <y.moog@phytec.de> | 2024-07-31 09:23:00 +0200 |
---|---|---|
committer | Fabio Estevam <festevam@gmail.com> | 2024-08-02 15:06:17 -0300 |
commit | 60e01c6d9f892bfa088a0453cd19d6a418b00add (patch) | |
tree | 315cc9948641f4df67b8984e177d99b0c8818068 | |
parent | 01e8aaf6771005ebbe4d7b5957e06c9617eda6b5 (diff) | |
download | u-boot-60e01c6d9f892bfa088a0453cd19d6a418b00add.tar.gz u-boot-60e01c6d9f892bfa088a0453cd19d6a418b00add.tar.bz2 u-boot-60e01c6d9f892bfa088a0453cd19d6a418b00add.zip |
configs: phycore-imx8mm_defconfig: enable CMD_ERASEENV
Enable erasing environment with eraseenv command.
Signed-off-by: Yannic Moog <y.moog@phytec.de>
-rw-r--r-- | configs/phycore-imx8mm_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/phycore-imx8mm_defconfig b/configs/phycore-imx8mm_defconfig index f9fd7255df..868770ea94 100644 --- a/configs/phycore-imx8mm_defconfig +++ b/configs/phycore-imx8mm_defconfig @@ -48,6 +48,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 |