mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
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:
parent
d75469d48c
commit
58f3c57c60
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@
|
||||||
#endif
|
#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 i,index,len;
|
||||||
int count;
|
int count;
|
||||||
|
|
Loading…
Reference in a new issue