summaryrefslogtreecommitdiffstats
path: root/board/gth
diff options
context:
space:
mode:
Diffstat (limited to 'board/gth')
-rw-r--r--board/gth/flash.c4
-rw-r--r--board/gth/gth.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/board/gth/flash.c b/board/gth/flash.c
index c8b56fb96b..41a5c50b0f 100644
--- a/board/gth/flash.c
+++ b/board/gth/flash.c
@@ -261,7 +261,7 @@ static ulong flash_get_size (vu_long *addr, flash_info_t *info)
#if 0
ulong base = (ulong)addr;
#endif
- uchar value;
+ ulong value;
/* Write auto select command: read Manufacturer ID */
#if 0
@@ -278,7 +278,7 @@ static ulong flash_get_size (vu_long *addr, flash_info_t *info)
switch (value)
{
- case AMD_MANUFACT:case 0x01:
+ case AMD_MANUFACT:
info->flash_id = FLASH_MAN_AMD;
break;
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);
}
OpenPOWER on IntegriCloud