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>
master
Jean-Christophe PLAGNIOL-VILLARD 17 years ago committed by Wolfgang Denk
parent d75469d48c
commit 58f3c57c60
  1. 2
      board/esd/common/fpga.c

@ -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;

Loading…
Cancel
Save