diff options
Diffstat (limited to 'board/esd/dasa_sim/dasa_sim.c')
-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 57a971f..2f8ab1a 100644 --- a/board/esd/dasa_sim/dasa_sim.c +++ b/board/esd/dasa_sim/dasa_sim.c @@ -162,7 +162,7 @@ int checkboard (void) { int index; int len; - unsigned char str[64]; + char str[64]; int i = getenv_r ("serial#", str, sizeof (str)); int fpga; unsigned short val; |