summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Schulz <quentin.schulz@cherry.de>2025-06-27 15:30:16 +0200
committerKever Yang <kever.yang@rock-chips.com>2025-08-30 23:03:18 +0800
commit009bc00bf91bcd3076992a85077de82340e33219 (patch)
treef30fd54aede1724bde1ad566b1080289f0b76fcb
parentae2faeae673479014846c0c6280edb46782cf950 (diff)
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 <quentin.schulz@cherry.de> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
-rw-r--r--configs/tiger-rk3588_defconfig1
1 files changed, 1 insertions, 0 deletions
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