summaryrefslogtreecommitdiffstats
path: root/board/sbc405/sbc405.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/sbc405/sbc405.c')
-rw-r--r--board/sbc405/sbc405.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sbc405/sbc405.c b/board/sbc405/sbc405.c
index ef9bce18e0..cad58731d3 100644
--- a/board/sbc405/sbc405.c
+++ b/board/sbc405/sbc405.c
@@ -78,7 +78,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: ");
OpenPOWER on IntegriCloud