summaryrefslogtreecommitdiffstats
path: root/board/esd/adciop/adciop.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/esd/adciop/adciop.c')
-rw-r--r--board/esd/adciop/adciop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/adciop/adciop.c b/board/esd/adciop/adciop.c
index 63aaf2c7a9..8e007856be 100644
--- a/board/esd/adciop/adciop.c
+++ b/board/esd/adciop/adciop.c
@@ -62,7 +62,7 @@ int board_early_init_f (void)
int checkboard (void)
{
char str[64];
- int i = getenv_r ("serial#", str, sizeof (str));
+ int i = getenv_f("serial#", str, sizeof (str));
puts ("Board: ");
OpenPOWER on IntegriCloud