diff options
| author | Yannic Moog <[email protected]> | 2024-07-31 09:23:00 +0200 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2024-08-02 15:06:17 -0300 |
| commit | 60e01c6d9f892bfa088a0453cd19d6a418b00add (patch) | |
| tree | 315cc9948641f4df67b8984e177d99b0c8818068 | |
| parent | 01e8aaf6771005ebbe4d7b5957e06c9617eda6b5 (diff) | |
configs: phycore-imx8mm_defconfig: enable CMD_ERASEENV
Enable erasing environment with eraseenv command.
Signed-off-by: Yannic Moog <[email protected]>
| -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 f9fd7255df7..868770ea949 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 |
