projects
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6902df5
)
Fix conflicting types (flash_write()) in trab auto_update.c
author
Marian Balakowicz
<m8@semihalf.com>
Fri, 28 Oct 2005 13:29:43 +0000
(15:29 +0200)
committer
Marian Balakowicz
<m8@semihalf.com>
Fri, 28 Oct 2005 13:29:43 +0000
(15:29 +0200)
board/trab/auto_update.c
patch
|
blob
|
history
diff --git
a/board/trab/auto_update.c
b/board/trab/auto_update.c
index
b25928c
..
056e562
100644
(file)
--- a/
board/trab/auto_update.c
+++ b/
board/trab/auto_update.c
@@
-199,7
+199,7
@@
extern int transfer_pic(unsigned char, unsigned char *, int, int);
#endif
extern int flash_sect_erase(ulong, ulong);
extern int flash_sect_protect (int, ulong, ulong);
-extern int flash_write (
u
char *, ulong, ulong);
+extern int flash_write (char *, ulong, ulong);
/* change char* to void* to shutup the compiler */
extern int i2c_write_multiple (uchar, uint, int, void *, int);
extern int i2c_read_multiple (uchar, uint, int, void *, int);