]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/video/mxsfb.c
env: Rename getenv/_f() to env_get()
[people/ms/u-boot.git] / drivers / video / mxsfb.c
index 0ddce3db58bd1a4b7d1bac8d538c18a4527363a1..9d810bab31dee19a24241f9f75f78ad3e8686c07 100644 (file)
@@ -161,7 +161,7 @@ void *video_hw_init(void)
        puts("Video: ");
 
        /* Suck display configuration from "videomode" variable */
-       penv = getenv("videomode");
+       penv = env_get("videomode");
        if (!penv) {
                puts("MXSFB: 'videomode' variable not set!\n");
                return NULL;