commit | d3716dd64bb8bb4c4ba2d19bac164d24ada72a68 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Aug 01 09:47:08 2019 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sun Aug 11 16:43:41 2019 -0400 |
tree | 0813ae10d149c97f5dedb88624366dff087dcd05 | |
parent | 25e51e90feec10b7d534b123cd9c4ed7a3a2dc1a [diff] |
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>