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

Kever Yang kever.yang at rock-chips.com
Sat Aug 30 16:38:56 CEST 2025


On 2025/6/27 21:30, Quentin Schulz wrote:
> 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>
Reviewed-by: Kever Yang <kever.yang at rock-chips.com>

Thanks,
- Kever
> ---
>   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
>


More information about the U-Boot mailing list