[PATCH 0/3] Enable CMD_ERASEENV for Phytec imx8m boards

Enable CMD_ERASEENV config option for imx8mm-phygate-tauri-l, phycore-imx8mm, phycore-imx8mp.
--- Yannic Moog (3): configs: imx8mm-phygate-tauri-l_defconfig: enable CMD_ERASEENV configs: phycore-imx8mm_defconfig: enable CMD_ERASEENV configs: phycore-imx8mp_defconfig: enable CMD_ERASEENV
configs/imx8mm-phygate-tauri-l_defconfig | 1 + configs/phycore-imx8mm_defconfig | 1 + configs/phycore-imx8mp_defconfig | 1 + 3 files changed, 3 insertions(+) --- base-commit: a9c962941e119017eb9d5985c5c214d9711c9433 change-id: 20240731-wip-y-moog-phytec-de-imx8_eraseenv-c68e2f5cb566
Best regards,

Enable erasing environment with eraseenv command.
Signed-off-by: Yannic Moog y.moog@phytec.de --- configs/imx8mm-phygate-tauri-l_defconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/configs/imx8mm-phygate-tauri-l_defconfig b/configs/imx8mm-phygate-tauri-l_defconfig index 41765f1ddc5..16ba7d4b4f1 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

Enable erasing environment with eraseenv command.
Signed-off-by: Yannic Moog y.moog@phytec.de --- configs/phycore-imx8mm_defconfig | 1 + 1 file changed, 1 insertion(+)
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

Enable erasing environment with eraseenv command.
Signed-off-by: Yannic Moog y.moog@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

On Wed, Jul 31, 2024 at 4:23 AM Yannic Moog y.moog@phytec.de wrote:
Enable CMD_ERASEENV config option for imx8mm-phygate-tauri-l, phycore-imx8mm, phycore-imx8mp.
Yannic Moog (3): configs: imx8mm-phygate-tauri-l_defconfig: enable CMD_ERASEENV configs: phycore-imx8mm_defconfig: enable CMD_ERASEENV configs: phycore-imx8mp_defconfig: enable CMD_ERASEENV
Applied all, thanks.
participants (2)
-
Fabio Estevam
-
Yannic Moog