diff options
author | Yannic Moog <y.moog@phytec.de> | 2024-07-31 09:22:59 +0200 |
---|---|---|
committer | Fabio Estevam <festevam@gmail.com> | 2024-08-02 15:06:02 -0300 |
commit | 01e8aaf6771005ebbe4d7b5957e06c9617eda6b5 (patch) | |
tree | b197038600539b42e26e772b1af7b05d698adff6 | |
parent | 24bd74851d5423bf1842daacd22936785d3eb35b (diff) | |
download | u-boot-01e8aaf6771005ebbe4d7b5957e06c9617eda6b5.tar.gz u-boot-01e8aaf6771005ebbe4d7b5957e06c9617eda6b5.tar.bz2 u-boot-01e8aaf6771005ebbe4d7b5957e06c9617eda6b5.zip |
configs: imx8mm-phygate-tauri-l_defconfig: enable CMD_ERASEENV
Enable erasing environment with eraseenv command.
Signed-off-by: Yannic Moog <y.moog@phytec.de>
-rw-r--r-- | configs/imx8mm-phygate-tauri-l_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/imx8mm-phygate-tauri-l_defconfig b/configs/imx8mm-phygate-tauri-l_defconfig index 41765f1ddc..16ba7d4b4f 100644 --- a/configs/imx8mm-phygate-tauri-l_defconfig +++ b/configs/imx8mm-phygate-tauri-l_defconfig @@ -46,6 +46,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 |