From: Quentin Schulz Date: Fri, 27 Jun 2025 13:30:16 +0000 (+0200) Subject: rockchip: tiger-rk3588: enable "env erase" command X-Git-Tag: v2025.10-rc4~8^2~31 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=009bc00bf91bcd3076992a85077de82340e33219;p=pandora-u-boot.git rockchip: tiger-rk3588: 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/tiger-rk3588_defconfig b/configs/tiger-rk3588_defconfig index 335ea4d8de3..8ba2a996ee2 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