diff options
Diffstat (limited to 'board/esd/cpci2dp/cpci2dp.c')
| -rw-r--r-- | board/esd/cpci2dp/cpci2dp.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/esd/cpci2dp/cpci2dp.c b/board/esd/cpci2dp/cpci2dp.c index 0949a7d63..727640e9b 100644 --- a/board/esd/cpci2dp/cpci2dp.c +++ b/board/esd/cpci2dp/cpci2dp.c @@ -95,7 +95,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: "); |