]> git.sur5r.net Git - u-boot/blobdiff - board/mpl/pip405/pip405.c
Rename getenv_r() into getenv_f()
[u-boot] / board / mpl / pip405 / pip405.c
index 792eccc15450e755cff63f1683527c360acb9926..7b48c0617ca2b92ef09b729147c4654a5d7b95f2 100644 (file)
@@ -579,7 +579,7 @@ int checkboard (void)
 
        puts ("Board: ");
 
-       i = getenv_("serial#", (char *)s, 32);
+       i = getenv_f("serial#", (char *)s, 32);
        if ((i == 0) || strncmp ((char *)s, "PIP405", 6)) {
                get_backup_values (b);
                if (strncmp (b->signature, "MPL\0", 4) != 0) {