[PATCH 3/4] rockchip: ringneck-px30: enable "env erase" command

Quentin Schulz foss+uboot at 0leil.net
Fri Jun 27 15:30:18 CEST 2025


From: Quentin Schulz <quentin.schulz at 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.schulz at cherry.de>
---
 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

-- 
2.50.0



More information about the U-Boot mailing list