提交 58f3c57c 编写于 作者: J Jean-Christophe PLAGNIOL-VILLARD 提交者: Wolfgang Denk

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

Signed-off-by: NJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
上级 d75469d4
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册