diff options
| author | Yannic Moog <[email protected]> | 2024-07-31 09:53:03 -0300 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2024-08-02 15:08:19 -0300 |
| commit | ecc5dd777eb48550aa9424e5ecfdd4a5f9d788c2 (patch) | |
| tree | dc4c6138a09a588ee94b8b7f07e3afddfdadeada | |
| parent | 60e01c6d9f892bfa088a0453cd19d6a418b00add (diff) | |
configs: phycore-imx8mp_defconfig: enable CMD_ERASEENV
Enable erasing environment with eraseenv command.
Signed-off-by: Yannic Moog <[email protected]>
| -rw-r--r-- | configs/phycore-imx8mp_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/phycore-imx8mp_defconfig b/configs/phycore-imx8mp_defconfig index da7fe612ca0..63f8a80ba99 100644 --- a/configs/phycore-imx8mp_defconfig +++ b/configs/phycore-imx8mp_defconfig @@ -52,6 +52,7 @@ CONFIG_SPL_POWER=y CONFIG_SPL_WATCHDOG=y CONFIG_HUSH_PARSER=y CONFIG_SYS_PROMPT="u-boot=> " +CONFIG_CMD_ERASEENV=y # CONFIG_CMD_CRC32 is not set CONFIG_CMD_EEPROM=y CONFIG_SYS_I2C_EEPROM_ADDR_LEN=2 |
