mirror of
https://xff.cz/git/u-boot/
synced 2026-01-10 05:26:21 +01: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>