diff options
Diffstat (limited to 'board/esd/adciop/adciop.c')
-rw-r--r-- | board/esd/adciop/adciop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/adciop/adciop.c b/board/esd/adciop/adciop.c index 93bc8431bf9..7a11a12cefb 100644 --- a/board/esd/adciop/adciop.c +++ b/board/esd/adciop/adciop.c @@ -60,7 +60,7 @@ int board_early_init_f (void) int checkboard (void) { - unsigned char str[64]; + char str[64]; int i = getenv_r ("serial#", str, sizeof (str)); puts ("Board: "); |