[U-Boot] [PATCH v4 0/4] add command env erase
Tom Rini
trini at konsulko.com
Mon Jun 24 18:16:39 UTC 2019
On Mon, Jun 24, 2019 at 12:30:01PM +0200, Frank Wunderlich wrote:
> no opinion about the last version?
>
> regards Frank
>
> > Am 28. April 2019 10:51:24 MESZ schrieb Frank Wunderlich <frank-w at public-files.de>:
> > >sometimes it is needed to erase the non-volatile environment
> > >e.g. for boot-up with builtin-environment or after resizing env
> > >
> > >this series add basic functionality for erasing environment from
> > >storage
> > >as a first storage-driver mmc is introduced, other needs to be added
> > >later
> > >
> > >changes since v3:
> > > - fixes
> > > - Kconfig-option as suggested by Simon Goldschmidt
> > > - including CONFIG_ENV_OFFSET_REDUND (4/4 is RFC)
> > >
> > >Frank Wunderlich (4):
> > > env: register erase command
> > > env: mmc: add erase-function
> > > env: add option to use redundant offset
> > > [RFC] env: call env_erase twice if CONFIG_ENV_OFFSET_REDUND is set
> > >
> > > cmd/Kconfig | 8 ++++++++
> > > cmd/nvedit.c | 26 ++++++++++++++++++++++++++
> > > env/env.c | 30 ++++++++++++++++++++++++++++++
> > > env/mmc.c | 36 ++++++++++++++++++++++++++++++++++++
> > > include/environment.h | 17 +++++++++++++++++
> > > 5 files changed, 117 insertions(+)
Seems like a reasonable concept and I believe I looked it over and
everything new is under a CONFIG guard, so, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190624/64eb8181/attachment.sig>
More information about the U-Boot
mailing list