env: Rename some other getenv()-related functions
[oweals/u-boot.git] / env / common.c
index 71613aa9deb385a4dec2543d95c8d5757741bb67..688d5ab4c8985434288bc090d5797b95462eb96d 100644 (file)
@@ -44,7 +44,7 @@ int env_get_yesno(const char *var)
 /*
  * Look up the variable from the default environment
  */
-char *getenv_default(const char *name)
+char *env_get_default(const char *name)
 {
        char *ret_val;
        unsigned long really_valid = gd->env_valid;