]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/snmc/qs860t/qs860t.c
Merge branch 'master' of git://git.denx.de/u-boot-ti
[karo-tx-uboot.git] / board / snmc / qs860t / qs860t.c
index b272d80d9ca44ad5cba509d9b67db39176343127..fa887074db6119e2346d8f9fd39e34b212a2d15f 100644 (file)
@@ -93,7 +93,7 @@ int checkboard (void)
        char buf[64];
        int i;
 
-       i = getenv_r("serial#", buf, sizeof(buf));
+       i = getenv_f("serial#", buf, sizeof(buf));
        s = (i>0) ? buf : NULL;
 
        if (!s || strncmp(s, "QS860T", 6)) {