]> 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 feb8a341bef3ee9f03c7328aa4a55c6b5e7839c4..549ac8b48aeb27b86d1a72fd55a8870ff3f96770 100644 (file)
@@ -23,6 +23,7 @@
 #include <libtizen.h>
 #include <samsung/misc.h>
 #include <usb_mass_storage.h>
+#include <asm/mach-types.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
@@ -396,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