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