summaryrefslogtreecommitdiff
path: root/board/incaip/flash.c
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 /board/incaip/flash.c
parentc75eba3b4140187cd0d9bd8049f5df4c49b6889b (diff)
Code cleanup, especially MIPS for GCC 4.x
Diffstat (limited to 'board/incaip/flash.c')
-rw-r--r--board/incaip/flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/incaip/flash.c b/board/incaip/flash.c
index 686f2e96f..520514dea 100644
--- a/board/incaip/flash.c
+++ b/board/incaip/flash.c
@@ -190,7 +190,7 @@ void flash_print_info (flash_info_t *info)
int i;
uchar *boottype;
uchar *bootletter;
- uchar *fmt;
+ char *fmt;
uchar botbootletter[] = "B";
uchar topbootletter[] = "T";
uchar botboottype[] = "bottom boot sector";