From 81bc8894031d96f0da76a115419be971f7162cf9 Mon Sep 17 00:00:00 2001 From: Francesco Dolcini Date: Tue, 30 Nov 2021 12:35:48 +0100 Subject: configs: verdin-imx8mp_tezi: Disable cmd env erase Erasing environment on emmc using the `env erase` command will erase surrounding data in case the env location is not aligned to the erase group size. This is the intended behavior, to be able to use the functionality the environment should be aligned/multiple of the erase size. This is not the case on verdin-imx8mp, when the environment is erased also the Toradex config block is lost, to avoid issues just disable the command in the defconfig. Link: https://lore.kernel.org/u-boot/20211129152530.GI24579@bill-the-cat/ Signed-off-by: Francesco Dolcini --- configs/verdin-imx8mp_tezi_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/verdin-imx8mp_tezi_defconfig b/configs/verdin-imx8mp_tezi_defconfig index b5a3a4c535..1e40af9098 100644 --- a/configs/verdin-imx8mp_tezi_defconfig +++ b/configs/verdin-imx8mp_tezi_defconfig @@ -52,7 +52,6 @@ CONFIG_SPL_POWER_SUPPORT=y CONFIG_SYS_PROMPT="Verdin iMX8MP TEZI # " # CONFIG_BOOTM_NETBSD is not set # CONFIG_CMD_EXPORTENV is not set -CONFIG_CMD_ERASEENV=y # CONFIG_CMD_CRC32 is not set CONFIG_CMD_MEMTEST=y CONFIG_CMD_CLK=y -- cgit v1.2.3