summaryrefslogtreecommitdiff
path: root/board/gth/gth.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/gth/gth.c')
-rw-r--r--board/gth/gth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/gth/gth.c b/board/gth/gth.c
index 6f972ce890..b1fcbf5cc3 100644
--- a/board/gth/gth.c
+++ b/board/gth/gth.c
@@ -589,7 +589,7 @@ int misc_init_r (void)
(Rx[8] != ':') | (Rx[11] != ':') | (Rx[14] != ':')) {
printf ("*** ethernet addr invalid, using default ***\n");
} else {
- setenv ("ethaddr", Rx);
+ setenv ("ethaddr", (char *)Rx);
}
return (0);
}