]> git.baikalelectronics.ru Git - uboot.git/commit
env: mmc: add erase-function
authorFrank Wunderlich <frank-w@public-files.de>
Sat, 29 Jun 2019 09:36:20 +0000 (11:36 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 18 Jul 2019 15:31:26 +0000 (11:31 -0400)
commitbb6e2c52cd0c332cc84b69668d040e6d031882ca
tree5b5a8d5403cd4b18da66c27bdf6dfd286a4913cc
parent500e5466e36839b9f34e5bcc41de7fa458858fae
env: mmc: add erase-function

this adds erase environment for mmc storage

squashed fixes:
 - add CONFIG_CMD_ERASEENV
 - env: erase redundant offset if defined
 - changes mentioned by Simon
 - fix whitespaces around errmsg

Suggested-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
Reviewed-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
env/mmc.c