]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/mpl/common/memtst.c
Merge branch 'master' of /home/wd/git/u-boot/master
[karo-tx-uboot.git] / board / mpl / common / memtst.c
index 92c33bac1698e3b3946008f73879791738d3fcc9..68973f9cbb2f0a71c9a1446d40e55b56977b4743 100644 (file)
@@ -29,7 +29,7 @@ int testdram (void)
        unsigned char s[32];
        int i;
 
-       i = getenv_("testmem", s, 32);
+       i = getenv_f("testmem", s, 32);
        if (i != 0) {
                i = (int) simple_strtoul (s, NULL, 10);
                if ((i > 0) && (i < 0xf)) {