diff options
Diffstat (limited to 'board/esd/common/auto_update.c')
| -rw-r--r-- | board/esd/common/auto_update.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/esd/common/auto_update.c b/board/esd/common/auto_update.c index d48e97286..1decc0ec0 100644 --- a/board/esd/common/auto_update.c +++ b/board/esd/common/auto_update.c @@ -283,7 +283,7 @@ int au_do_update(int i, long sz)  		 */  		if (au_image[i].type != AU_NAND) {  			debug ("flash_write(%p, %lx %x)\n", addr, start, nbytes); -			rc = flash_write((uchar *)addr, start, nbytes); +			rc = flash_write((char *)addr, start, nbytes);  		} else {  #if (CONFIG_COMMANDS & CFG_CMD_NAND)  			debug ("nand_rw(%p, %lx %x)\n", addr, start, nbytes); |