diff options
Diffstat (limited to 'board/eric/eric.c')
-rw-r--r-- | board/eric/eric.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/eric/eric.c b/board/eric/eric.c index 02fe8dcfbd..5413ae15c7 100644 --- a/board/eric/eric.c +++ b/board/eric/eric.c @@ -85,8 +85,8 @@ int board_early_init_f (void) int checkboard (void) { - unsigned char *s = getenv ("serial#"); - unsigned char *e; + char *s = getenv ("serial#"); + char *e; puts ("Board: "); |