diff options
author | Stefan Roese <sr@denx.de> | 2006-01-18 20:06:44 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2006-01-18 20:06:44 +0100 |
commit | 18c5e64c5b0f21f0824bf4f0a8ab0f942652ee7f (patch) | |
tree | 067552321aa96b1294757a4a8a39f329c1e64047 /board/esd/hh405/hh405.c | |
parent | a7b9fb9110e3c0be644b3e2c8f397f606138a710 (diff) | |
download | u-boot-imx-18c5e64c5b0f21f0824bf4f0a8ab0f942652ee7f.zip u-boot-imx-18c5e64c5b0f21f0824bf4f0a8ab0f942652ee7f.tar.gz u-boot-imx-18c5e64c5b0f21f0824bf4f0a8ab0f942652ee7f.tar.bz2 |
Fix various compiler warnings on ppc4xx builds (ELDK 4.0)
Patch by Stefan Roese, 18 Jan 2006
Diffstat (limited to 'board/esd/hh405/hh405.c')
-rw-r--r-- | board/esd/hh405/hh405.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/hh405/hh405.c b/board/esd/hh405/hh405.c index 3158803..9c582b1 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: "); |