]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/prodrive/p3mx/mv_eth.c
Merge branch 'master' of /home/wd/git/u-boot/master
[karo-tx-uboot.git] / board / prodrive / p3mx / mv_eth.c
index 8fcc1551e533d850487ec48effaf07e5f53221d1..e67596bd1a3e45deb37bae2047c5015f557798dd 100644 (file)
@@ -298,7 +298,7 @@ void mv6446x_eth_initialize (bd_t * bis)
                        return;
                }
 
-               temp = getenv_(s, buf, sizeof (buf));
+               temp = getenv_f(s, buf, sizeof (buf));
                s = (temp > 0) ? buf : NULL;
 
 #ifdef DEBUG
@@ -397,7 +397,7 @@ void mv6446x_eth_initialize (bd_t * bis)
                        return;
                }
 
-               temp = getenv_(s, buf, sizeof (buf));
+               temp = getenv_f(s, buf, sizeof (buf));
                s = (temp > 0) ? buf : NULL;
 
 #ifdef DEBUG