]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/esd/ocrtc/ocrtc.c
Rename getenv_r() into getenv_f()
[people/ms/u-boot.git] / board / esd / ocrtc / ocrtc.c
index ab909e503046acad8263d172f9f494df959852e9..24c92e35a5d911571a28b0ae94af526757eb9701 100644 (file)
@@ -68,7 +68,7 @@ int board_early_init_f (void)
 int checkboard (void)
 {
        char str[64];
-       int i = getenv_("serial#", str, sizeof (str));
+       int i = getenv_f("serial#", str, sizeof (str));
 
        puts ("Board: ");