summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Schulz <quentin.schulz@cherry.de>2025-06-27 15:30:17 +0200
committerKever Yang <kever.yang@rock-chips.com>2025-08-30 23:03:18 +0800
commit3c8b94ac91ea01debad4978111f1e96b37bd409f (patch)
tree45682dd953f8d9342d4646c2d9f82829c6b3b371
parent009bc00bf91bcd3076992a85077de82340e33219 (diff)
rockchip: jaguar-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/jaguar-rk3588_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/jaguar-rk3588_defconfig b/configs/jaguar-rk3588_defconfig
index 13cff7b1a02..378c48963f7 100644
--- a/configs/jaguar-rk3588_defconfig
+++ b/configs/jaguar-rk3588_defconfig
@@ -34,6 +34,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