commit | 97e5b52acd34f8013979c89c87450472bbe0a7a1 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Tue Nov 12 11:42:23 2024 +0100 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Wed Nov 27 19:31:29 2024 +0800 |
tree | 65daf3f4c7169583e9a5d26b705e793a8dc668af | |
parent | c08c6d3a497e8b70126c5cbb2ed93147374aac21 [diff] |
configs: SiFive Unmatched: enable 'env erase' sub-command With the move from script based booting to using bootmeth a lot of environment variables have changed. To always use the default environment it is recommendable to erase the environment stored in the SPI flash. This can be done with the 'env erase' sub-command. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>