diff options
Diffstat (limited to 'board/esd/dasa_sim')
| -rw-r--r-- | board/esd/dasa_sim/dasa_sim.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/esd/dasa_sim/dasa_sim.c b/board/esd/dasa_sim/dasa_sim.c index 127374bff..e7f754cd6 100644 --- a/board/esd/dasa_sim/dasa_sim.c +++ b/board/esd/dasa_sim/dasa_sim.c @@ -168,7 +168,7 @@ int checkboard (void)  	int index;  	int len;  	char str[64]; -	int i = getenv_r ("serial#", str, sizeof (str)); +	int i = getenv_f("serial#", str, sizeof (str));  	int fpga;  	unsigned short val; |