commit | 4bc2ad2c58d47fab20d8a5bac700d6ff2b476e1f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Aug 03 12:21:56 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue Aug 15 08:18:51 2017 -0400 |
tree | 1b13b0ff87c4117e18e6ee7db97e09c541724b69 | |
parent | 6b6c930f479a50ef8b11fc81d0cd4005f2f34423 [diff] |
env: Add an enum for environment state At present we have three states for the environment, numbered 0, 1 and 2. Add an enum to record this to avoid open-coded values. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>