mirror of
https://github.com/frank-w/u-boot.git
synced 2026-01-17 02:23:35 +08:00
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>