]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/sh/lib/zimageboot.c
env: Rename getenv/_f() to env_get()
[people/ms/u-boot.git] / arch / sh / lib / zimageboot.c
index 3fea5f5b532108c124123ba32f996118991b5d51..cd4abba10aa3e9f364e12330b45e3006a2eba394 100644 (file)
@@ -42,7 +42,7 @@ int do_sh_zimageboot (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
 
        /* Linux kernel command line */
        cmdline = (char *)param + COMMAND_LINE;
-       bootargs = getenv("bootargs");
+       bootargs = env_get("bootargs");
 
        /* Clear zero page */
        /* cppcheck-suppress nullPointer */