diff options
| author | Wolfgang Denk <wd@pollux.denx.de> | 2005-10-13 16:45:02 +0200 | 
|---|---|---|
| committer | Wolfgang Denk <wd@pollux.denx.de> | 2005-10-13 16:45:02 +0200 | 
| commit | 77ddac9480d63a80b6bb76d7ee4dcc2d1070867e (patch) | |
| tree | e9563b2f28ea59062b90bb5712f141e8e9798aee /board/gen860t/gen860t.c | |
| parent | 17a8b276ba2b3499b75cd60b0b5289dbbea7967b (diff) | |
| download | olio-uboot-2014.01-77ddac9480d63a80b6bb76d7ee4dcc2d1070867e.tar.xz olio-uboot-2014.01-77ddac9480d63a80b6bb76d7ee4dcc2d1070867e.zip | |
Cleanup for GCC-4.x
Diffstat (limited to 'board/gen860t/gen860t.c')
| -rw-r--r-- | board/gen860t/gen860t.c | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/board/gen860t/gen860t.c b/board/gen860t/gen860t.c index f1d173ebc..b7a1b5643 100644 --- a/board/gen860t/gen860t.c +++ b/board/gen860t/gen860t.c @@ -128,8 +128,8 @@ int checkboard (void)  {  	DECLARE_GLOBAL_DATA_PTR; -	unsigned char *s; -	unsigned char buf[64]; +	char *s; +	char buf[64];  	int i;  	i = getenv_r ("board_id", buf, sizeof (buf)); @@ -266,7 +266,7 @@ int misc_init_r (void)  int last_stage_init (void)  {  #if !defined(CONFIG_SC) -	unsigned char buf[256]; +	char buf[256];  	int i;  	/* |