diff options
| author | Wolfgang Denk <wd@pollux.(none)> | 2005-12-04 00:40:34 +0100 | 
|---|---|---|
| committer | Wolfgang Denk <wd@pollux.(none)> | 2005-12-04 00:40:34 +0100 | 
| commit | f013dacf0a90667fbefe35580f8031a84caeb65e (patch) | |
| tree | 7e6f5ecf1ce7d800c13b0342ba10d67486c52636 /cpu/mips/incaip_clock.c | |
| parent | c75eba3b4140187cd0d9bd8049f5df4c49b6889b (diff) | |
| download | olio-uboot-2014.01-f013dacf0a90667fbefe35580f8031a84caeb65e.tar.xz olio-uboot-2014.01-f013dacf0a90667fbefe35580f8031a84caeb65e.zip | |
Code cleanup, especially MIPS for GCC 4.x
Diffstat (limited to 'cpu/mips/incaip_clock.c')
| -rw-r--r-- | cpu/mips/incaip_clock.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/cpu/mips/incaip_clock.c b/cpu/mips/incaip_clock.c index 65ee8472d..d0515ca67 100644 --- a/cpu/mips/incaip_clock.c +++ b/cpu/mips/incaip_clock.c @@ -102,7 +102,7 @@ int incaip_set_cpuclk (void)  	extern void ebu_init(long);  	extern void cgu_init(long);  	extern void sdram_init(long); -	uchar tmp[64]; +	char tmp[64];  	ulong cpuclk;  	if (getenv_r ("cpuclk", tmp, sizeof (tmp)) > 0) { |