On 2025/6/27 21:30, Quentin Schulz wrote:
From: Quentin Schulz <quentin.sch...@cherry.de>

Erasing the environment to start from scratch is actually very useful
and "env erase" is the proper way to do it instead of using "env
default -a && env save", so let's enable support for it.

Signed-off-by: Quentin Schulz <quentin.sch...@cherry.de>
Reviewed-by: Kever Yang <kever.y...@rock-chips.com>

Thanks,
- Kever
---
  configs/ringneck-px30_defconfig | 1 +
  1 file changed, 1 insertion(+)

diff --git a/configs/ringneck-px30_defconfig b/configs/ringneck-px30_defconfig
index 
a6562d03edc96557428d51e2f73609ed3d230895..210bdca3edee1f9a9bda9ddb0a54b77098387dfc
 100644
--- a/configs/ringneck-px30_defconfig
+++ b/configs/ringneck-px30_defconfig
@@ -40,6 +40,7 @@ CONFIG_SPL_ATF=y
  # CONFIG_CMD_VBE is not set
  # CONFIG_BOOTM_VXWORKS is not set
  # CONFIG_CMD_ELF is not set
+CONFIG_CMD_ERASEENV=y
  # CONFIG_CMD_LZMADEC is not set
  # CONFIG_CMD_UNZIP is not set
  CONFIG_CMD_BIND=y

Reply via email to