summaryrefslogtreecommitdiffstats
path: root/board/esd/ocrtc/ocrtc.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/esd/ocrtc/ocrtc.c')
-rw-r--r--board/esd/ocrtc/ocrtc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/ocrtc/ocrtc.c b/board/esd/ocrtc/ocrtc.c
index ac032ef0ad..261b8a54d0 100644
--- a/board/esd/ocrtc/ocrtc.c
+++ b/board/esd/ocrtc/ocrtc.c
@@ -74,7 +74,7 @@ int misc_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