mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02: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>