From: Quentin Schulz Date: Fri, 27 Jun 2025 13:30:18 +0000 (+0200) Subject: rockchip: ringneck-px30: enable "env erase" command X-Git-Tag: v2025.10-rc4~8^2~29 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=755653c06c5dbe33e4cc342496935a1fd2a44fb5;p=pandora-u-boot.git rockchip: ringneck-px30: enable "env erase" command 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 Reviewed-by: Kever Yang --- diff --git a/configs/ringneck-px30_defconfig b/configs/ringneck-px30_defconfig index ba15e386770..2240ba80e5e 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