]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/armv7/vf610/generic.c
env: Rename setenv() to env_set()
[u-boot] / arch / arm / cpu / armv7 / vf610 / generic.c
index ac2d8d1a3f83280011170fafda3032f3f7bc3dae..88f3f4dd163348cf47508520cffec2119afc2638 100644 (file)
@@ -329,7 +329,7 @@ int arch_misc_init(void)
 
        strcpy(soc, "vf");
        strcat(soc, soc_type);
-       setenv("soc", soc);
+       env_set("soc", soc);
 
        return 0;
 }