summaryrefslogtreecommitdiffstats
path: root/board/esd/hh405
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2006-01-18 20:06:44 +0100
committerStefan Roese <sr@denx.de>2006-01-18 20:06:44 +0100
commit18c5e64c5b0f21f0824bf4f0a8ab0f942652ee7f (patch)
tree067552321aa96b1294757a4a8a39f329c1e64047 /board/esd/hh405
parenta7b9fb9110e3c0be644b3e2c8f397f606138a710 (diff)
downloadblackbird-obmc-uboot-18c5e64c5b0f21f0824bf4f0a8ab0f942652ee7f.tar.gz
blackbird-obmc-uboot-18c5e64c5b0f21f0824bf4f0a8ab0f942652ee7f.zip
Fix various compiler warnings on ppc4xx builds (ELDK 4.0)
Patch by Stefan Roese, 18 Jan 2006
Diffstat (limited to 'board/esd/hh405')
-rw-r--r--board/esd/hh405/hh405.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/hh405/hh405.c b/board/esd/hh405/hh405.c
index 3158803f0c..9c582b121c 100644
--- a/board/esd/hh405/hh405.c
+++ b/board/esd/hh405/hh405.c
@@ -590,7 +590,7 @@ int checkboard (void)
{
DECLARE_GLOBAL_DATA_PTR;
- unsigned char str[64];
+ char str[64];
int i = getenv_r ("serial#", str, sizeof(str));
puts ("Board: ");
OpenPOWER on IntegriCloud