]> git.sur5r.net Git - u-boot/blobdiff - drivers/video/cfb_console.c
env: Rename getenv/_f() to env_get()
[u-boot] / drivers / video / cfb_console.c
index b6fc7e145b42cba79fa321d04ee09502361f1c43..6c5425c195e927d4594d6f4ccc97cbb56f88bbfa 100644 (file)
@@ -1856,7 +1856,7 @@ static void *video_logo(void)
        splash_get_pos(&video_logo_xpos, &video_logo_ypos);
 
 #ifdef CONFIG_SPLASH_SCREEN
-       s = getenv("splashimage");
+       s = env_get("splashimage");
        if (s != NULL) {
                ret = splash_screen_prepare();
                if (ret < 0)