diff options
Diffstat (limited to 'board/esd/ar405/ar405.c')
-rw-r--r-- | board/esd/ar405/ar405.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/ar405/ar405.c b/board/esd/ar405/ar405.c index 14b0e42890f..3aac3c67329 100644 --- a/board/esd/ar405/ar405.c +++ b/board/esd/ar405/ar405.c @@ -155,7 +155,7 @@ int checkboard (void) int index; int len; - unsigned char str[64]; + char str[64]; int i = getenv_r ("serial#", str, sizeof (str)); const unsigned char *fpga; |