]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/compulab/cm_fx6/cm_fx6.c
env: Rename getenv/_f() to env_get()
[people/ms/u-boot.git] / board / compulab / cm_fx6 / cm_fx6.c
index 236822654657a9c0cf89988054f5aa3241391349..5a8ee13c8b748901944c6cc1f2e27c54abcff957 100644 (file)
@@ -114,10 +114,10 @@ int board_video_skip(void)
 {
        int ret;
        struct display_info_t *preset;
-       char const *panel = getenv("displaytype");
+       char const *panel = env_get("displaytype");
 
        if (!panel) /* Also accept panel for backward compatibility */
-               panel = getenv("panel");
+               panel = env_get("panel");
 
        if (!panel)
                return -ENOENT;