esd: Fix warning: passing argument 1 of 'fpga_boot' discards qualifiers from pointer target type

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
Jean-Christophe PLAGNIOL-VILLARD 2008-03-08 21:30:04 +01:00 committed by Wolfgang Denk
parent d75469d48c
commit 58f3c57c60
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@
#endif
static int fpga_boot(unsigned char *fpgadata, int size)
static int fpga_boot(const unsigned char *fpgadata, int size)
{
int i,index,len;
int count;