]> git.ipfire.org Git - thirdparty/u-boot.git/commit
env: Rename the redundancy flags
authorSimon Glass <sjg@chromium.org>
Thu, 1 Aug 2019 15:47:08 +0000 (09:47 -0600)
committerTom Rini <trini@konsulko.com>
Sun, 11 Aug 2019 20:43:41 +0000 (16:43 -0400)
commitd3716dd64bb8bb4c4ba2d19bac164d24ada72a68
tree0813ae10d149c97f5dedb88624366dff087dcd05
parent25e51e90feec10b7d534b123cd9c4ed7a3a2dc1a
env: Rename the redundancy flags

Add an ENV prefix to these two flags so that it is clear what they relate
to. Also move them to env.h since they are part of the public API. Use an
enum rather than a #define to tie them together.

Signed-off-by: Simon Glass <sjg@chromium.org>
cmd/nvedit.c
env/eeprom.c
env/flash.c
env/sf.c
include/env.h
include/environment.h
tools/env/fw_env.c