summaryrefslogtreecommitdiffstats
path: root/board/esd/adciop/adciop.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/esd/adciop/adciop.c')
-rw-r--r--board/esd/adciop/adciop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/adciop/adciop.c b/board/esd/adciop/adciop.c
index 93bc8431bf..7a11a12cef 100644
--- a/board/esd/adciop/adciop.c
+++ b/board/esd/adciop/adciop.c
@@ -60,7 +60,7 @@ int board_early_init_f (void)
int checkboard (void)
{
- unsigned char str[64];
+ char str[64];
int i = getenv_r ("serial#", str, sizeof (str));
puts ("Board: ");
OpenPOWER on IntegriCloud