diff options
| author | Quentin Schulz <[email protected]> | 2025-06-27 15:30:17 +0200 |
|---|---|---|
| committer | Kever Yang <[email protected]> | 2025-08-30 23:03:18 +0800 |
| commit | 3c8b94ac91ea01debad4978111f1e96b37bd409f (patch) | |
| tree | 45682dd953f8d9342d4646c2d9f82829c6b3b371 | |
| parent | 009bc00bf91bcd3076992a85077de82340e33219 (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 <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
| -rw-r--r-- | configs/jaguar-rk3588_defconfig | 1 |
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 |
