diff options
Diffstat (limited to 'board/esd/ash405/ash405.c')
-rw-r--r-- | board/esd/ash405/ash405.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/ash405/ash405.c b/board/esd/ash405/ash405.c index 012505e4e6c..03ae7fda4bf 100644 --- a/board/esd/ash405/ash405.c +++ b/board/esd/ash405/ash405.c @@ -193,7 +193,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: "); |