]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/nokia/rx51/rx51.c
env: Rename setenv() to env_set()
[people/ms/u-boot.git] / board / nokia / rx51 / rx51.c
index 6a4427a42e2b91dd08839dd8a34dd6fc7d541415..889e748f983e9f12f591cdf16652916ca80027d9 100644 (file)
@@ -413,7 +413,7 @@ int misc_init_r(void)
 
        /* set env variable attkernaddr for relocated kernel */
        sprintf(buf, "%#x", KERNEL_ADDRESS);
-       setenv("attkernaddr", buf);
+       env_set("attkernaddr", buf);
 
        /* initialize omap tags */
        init_omap_tags();