Re: [U-Boot] [PATCH v5 1/2] env: register erase command

2019-06-27 Thread Simon Goldschmidt
On Wed, Jun 26, 2019 at 12:29 PM Frank Wunderlich wrote: > > this patch adds basic changes for adding a erase-subcommand to env > > with this command the environment stored on non-volatile storage written > by saveenv can be cleared. > > Signed-off-by: Frank Wunderlich > > squashed fixes > - sta

[U-Boot] [PATCH v5 1/2] env: register erase command

2019-06-26 Thread Frank Wunderlich
this patch adds basic changes for adding a erase-subcommand to env with this command the environment stored on non-volatile storage written by saveenv can be cleared. Signed-off-by: Frank Wunderlich squashed fixes - start message with "Erasing" - mark erase-function as optional - env: separa