[PATCH 1/4] rockchip: tiger-rk3588: enable "env erase" command

Quentin Schulz foss+uboot at 0leil.net
Fri Jun 27 15:30:16 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/tiger-rk3588_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/tiger-rk3588_defconfig b/configs/tiger-rk3588_defconfig
index c14bd9774e96fa2c2494d10a875d36365533863a..fb29cecd38e997f7b94951c8dab3085d3a6aba87 100644
--- a/configs/tiger-rk3588_defconfig
+++ b/configs/tiger-rk3588_defconfig
@@ -35,6 +35,7 @@ CONFIG_SPL_ATF=y
 # CONFIG_BOOTM_RTEMS is not set
 # CONFIG_BOOTM_VXWORKS is not set
 # CONFIG_CMD_ELF is not set
+CONFIG_CMD_ERASEENV=y
 CONFIG_CMD_ADC=y
 CONFIG_CMD_GPIO=y
 CONFIG_CMD_GPT=y

-- 
2.50.0



More information about the U-Boot mailing list