summaryrefslogtreecommitdiffstats
path: root/board/esd/vom405
diff options
context:
space:
mode:
Diffstat (limited to 'board/esd/vom405')
-rw-r--r--board/esd/vom405/vom405.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/vom405/vom405.c b/board/esd/vom405/vom405.c
index 445b8fc576..bc5fa7c69b 100644
--- a/board/esd/vom405/vom405.c
+++ b/board/esd/vom405/vom405.c
@@ -97,7 +97,7 @@ int misc_init_r (void)
int checkboard (void)
{
- unsigned char str[64];
+ char str[64];
int i = getenv_r ("serial#", str, sizeof(str));
int flashcnt;
int delay;
OpenPOWER on IntegriCloud