summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Dolcini <francesco.dolcini@toradex.com>2021-11-30 12:35:48 +0100
committerFrancesco Dolcini <francesco.dolcini@toradex.com>2021-11-30 12:36:12 +0100
commit81bc8894031d96f0da76a115419be971f7162cf9 (patch)
treef879aad4edf7b3c65ac69cf82a9d41dd358085d7
parent46a82f9067d109c86d2218d1c5875cdfa45eebed (diff)
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 <francesco.dolcini@toradex.com>
-rw-r--r--configs/verdin-imx8mp_tezi_defconfig1
1 files changed, 0 insertions, 1 deletions
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