summaryrefslogtreecommitdiff
path: root/cpu/mips
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.(none)>2005-12-04 00:40:34 +0100
committerWolfgang Denk <wd@pollux.(none)>2005-12-04 00:40:34 +0100
commitf013dacf0a90667fbefe35580f8031a84caeb65e (patch)
tree7e6f5ecf1ce7d800c13b0342ba10d67486c52636 /cpu/mips
parentc75eba3b4140187cd0d9bd8049f5df4c49b6889b (diff)
Code cleanup, especially MIPS for GCC 4.x
Diffstat (limited to 'cpu/mips')
-rw-r--r--cpu/mips/incaip_clock.c2
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) {