]> git.sur5r.net Git - u-boot/blobdiff - board/samsung/universal_c210/universal.c
env: Rename setenv() to env_set()
[u-boot] / board / samsung / universal_c210 / universal.c
index cc6eaf7ad0fe33e9b1b5b8bdde64d0d1250db77c..549ac8b48aeb27b86d1a72fd55a8870ff3f96770 100644 (file)
@@ -397,6 +397,6 @@ void exynos_lcd_misc_init(vidinfo_t *vid)
        vid->pclk_name = 1;     /* MPLL */
        vid->sclk_div = 1;
 
-       setenv("lcdinfo", "lcd=ld9040");
+       env_set("lcdinfo", "lcd=ld9040");
 }
 #endif