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