Re: [PATCH v4 13/14] env: ext4: add support of command env erase

2020-07-31 Thread Tom Rini
On Tue, Jul 28, 2020 at 11:51:26AM +0200, Patrick Delaunay wrote: > Add support of opts erase for env in ext4, > this opts is used by command 'env erase'. > > This command only fill the env file (CONFIG_ENV_EXT4_FILE) > with 0, the CRC and the saved environment becomes invalid. > >

[PATCH v4 13/14] env: ext4: add support of command env erase

2020-07-28 Thread Patrick Delaunay
Add support of opts erase for env in ext4, this opts is used by command 'env erase'. This command only fill the env file (CONFIG_ENV_EXT4_FILE) with 0, the CRC and the saved environment becomes invalid. Signed-off-by: Patrick Delaunay --- (no changes since v2) Changes in v2: - use