Skip to content
Snippets Groups Projects
Commit 3f0d6807 authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

env: Drop the ACTION typedef


Avoid using a typedef here which is unnecessary. Add an 'env_' prefix to
both the enum and its members to make it clear that these are related to
the environment.

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's avatarSimon Glass <sjg@chromium.org>
parent d3716dd6
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment