commit | f013dacf0a90667fbefe35580f8031a84caeb65e | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@pollux.(none)> | Sun Dec 04 00:40:34 2005 +0100 |
committer | Wolfgang Denk <wd@pollux.(none)> | Sun Dec 04 00:40:34 2005 +0100 |
tree | 7e6f5ecf1ce7d800c13b0342ba10d67486c52636 | |
parent | c75eba3b4140187cd0d9bd8049f5df4c49b6889b [diff] [blame] |
Code cleanup, especially MIPS for GCC 4.x
diff --git a/cpu/mips/incaip_clock.c b/cpu/mips/incaip_clock.c index 65ee847..d0515ca 100644 --- a/cpu/mips/incaip_clock.c +++ b/cpu/mips/incaip_clock.c
@@ -102,7 +102,7 @@ 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) {