diff options
| author | Wolfgang Denk <wd@nyx.denx.de> | 2006-10-11 14:15:21 +0200 | 
|---|---|---|
| committer | Wolfgang Denk <wd@nyx.denx.de> | 2006-10-11 14:15:21 +0200 | 
| commit | fb883a521e04437acfe989de3e152b2e4866856b (patch) | |
| tree | 0cf61f45ae693082b24ced9c1da9a87bdd0cabbd /tools/updater/flash.c | |
| parent | 4a39616da41840bbc5b4c3f69df9861c2e6a8425 (diff) | |
| parent | 2255b2d2044d434463eb2661e18018e50f1643d9 (diff) | |
| download | olio-uboot-2014.01-fb883a521e04437acfe989de3e152b2e4866856b.tar.xz olio-uboot-2014.01-fb883a521e04437acfe989de3e152b2e4866856b.zip | |
Merge with /home/wd/git/u-boot/master
Diffstat (limited to 'tools/updater/flash.c')
| -rw-r--r-- | tools/updater/flash.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/tools/updater/flash.c b/tools/updater/flash.c index 32a17677a..1ed77b1b1 100644 --- a/tools/updater/flash.c +++ b/tools/updater/flash.c @@ -1,5 +1,5 @@  /* - * (C) Copyright 2000 + * (C) Copyright 2000-2006   * Wolfgang Denk, DENX Software Engineering, wd@denx.de.   *   * See file CREDITS for list of people who contributed to this @@ -124,7 +124,7 @@ addr2info (ulong addr)   *			(only some targets require alignment)   */  int -flash_write (uchar *src, ulong addr, ulong cnt) +flash_write (char *src, ulong addr, ulong cnt)  {  #ifdef CONFIG_SPD823TS  	return (ERR_TIMOUT);	/* any other error codes are possible as well */ |