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

env: Rename getenv/_f() to env_get()


We are now using an env_ prefix for environment functions. Rename these
two functions for consistency. Also add function comments in common.h.

Quite a few places use getenv() in a condition context, provoking a
warning from checkpatch. These are fixed up in this patch also.

Suggested-by: default avatarWolfgang Denk <wd@denx.de>
Signed-off-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
parent fd1e959e
No related branches found
No related tags found
No related merge requests found
Showing
with 34 additions and 33 deletions
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