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 /lib_mips/board.c | |
parent | c75eba3b4140187cd0d9bd8049f5df4c49b6889b (diff) | |
download | u-boot-imx-f013dacf0a90667fbefe35580f8031a84caeb65e.zip u-boot-imx-f013dacf0a90667fbefe35580f8031a84caeb65e.tar.gz u-boot-imx-f013dacf0a90667fbefe35580f8031a84caeb65e.tar.bz2 |
Code cleanup, especially MIPS for GCC 4.x
Diffstat (limited to 'lib_mips/board.c')
-rw-r--r-- | lib_mips/board.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_mips/board.c b/lib_mips/board.c index 5dfdf90..b7d3356 100644 --- a/lib_mips/board.c +++ b/lib_mips/board.c @@ -125,7 +125,7 @@ static void display_flash_config(ulong size) static int init_baudrate (void) { - uchar tmp[64]; /* long enough for environment variables */ + char tmp[64]; /* long enough for environment variables */ int i = getenv_r ("baudrate", tmp, sizeof (tmp)); gd->baudrate = (i > 0) |