mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-18 00:23:03 -04: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
@ -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…
x
Reference in New Issue
Block a user