]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/board_r.c
env: Rename common functions related to setenv()
[people/ms/u-boot.git] / common / board_r.c
index a4a7384f8b4af042f49c943203af19626b7f2b22..016dc0262c9c2f437c2b5c1a8709620ddbe87106 100644 (file)
@@ -486,7 +486,7 @@ static int initr_env(void)
        else
                set_default_env(NULL);
 #ifdef CONFIG_OF_CONTROL
-       setenv_addr("fdtcontroladdr", gd->fdt_blob);
+       env_set_addr("fdtcontroladdr", gd->fdt_blob);
 #endif
 
        /* Initialize from environment */