]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cmd/itest.c
env: Rename getenv/_f() to env_get()
[people/ms/u-boot.git] / cmd / itest.c
index e1896d9f9728df3f8195d6d4a11321c5f67723b1..70db04a04f239e917e5f867a41804b965d62fd89 100644 (file)
@@ -101,7 +101,7 @@ static char * evalstr(char *s)
                        i++;
                }
                s[i] = 0;
-               return  getenv((const char *)&s[2]);
+               return  env_get((const char *)&s[2]);
        } else {
                return s;
        }