diff options
Diffstat (limited to 'board/uc100/uc100.c')
| -rw-r--r-- | board/uc100/uc100.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/uc100/uc100.c b/board/uc100/uc100.c index 6fc68e5cc..1387b93ff 100644 --- a/board/uc100/uc100.c +++ b/board/uc100/uc100.c @@ -147,7 +147,7 @@ int board_switch(void)   */  int checkboard (void)  { -	unsigned char str[64]; +	char str[64];  	int i = getenv_r ("serial#", str, sizeof(str));  	puts ("Board: "); |