]> git.sur5r.net Git - u-boot/blobdiff - board/uc100/uc100.c
Rename getenv_r() into getenv_f()
[u-boot] / board / uc100 / uc100.c
index 4dba2900dbcaaa31ee78e43dbac17a9d1208925d..bdee4de366e48fc44b84cbcca0b6eb2e64979cdf 100644 (file)
@@ -150,7 +150,7 @@ int board_switch(void)
 int checkboard (void)
 {
        char str[64];
-       int i = getenv_("serial#", str, sizeof(str));
+       int i = getenv_f("serial#", str, sizeof(str));
 
        puts ("Board: ");