diff options
| author | Marian Balakowicz <m8@semihalf.com> | 2006-09-01 19:46:22 +0200 | 
|---|---|---|
| committer | Marian Balakowicz <m8@semihalf.com> | 2006-09-01 19:46:22 +0200 | 
| commit | 6608043fd4a87b09bf9109fee663e3d6f68fb70e (patch) | |
| tree | 2e1b64f9bf6c0b3b82cfa493a7919c4e52f24bdb /tools/updater/flash.c | |
| parent | 4c15ef55a2fe13ecb780e7ea2064e608a0ee0d67 (diff) | |
| download | olio-uboot-2014.01-6608043fd4a87b09bf9109fee663e3d6f68fb70e.tar.xz olio-uboot-2014.01-6608043fd4a87b09bf9109fee663e3d6f68fb70e.zip | |
Fix tools/updater build error.
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 */ |