mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()
We are now using an env_ prefix for environment functions. Rename these for consistency. Also add function comments in common.h. Suggested-by: Wolfgang Denk <wd@denx.de> Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
00caae6d47
commit
bfebc8c965
25 changed files with 70 additions and 59 deletions
|
@ -40,7 +40,7 @@ source (ulong addr, const char *fit_uname)
|
|||
size_t fit_len;
|
||||
#endif
|
||||
|
||||
verify = getenv_yesno ("verify");
|
||||
verify = env_get_yesno("verify");
|
||||
|
||||
buf = map_sysmem(addr, 0);
|
||||
switch (genimg_get_format(buf)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue