diff options
Diffstat (limited to 'board/esd/common/fpga.c')
| -rw-r--r-- | board/esd/common/fpga.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/esd/common/fpga.c b/board/esd/common/fpga.c index ad5640269..aab5509bc 100644 --- a/board/esd/common/fpga.c +++ b/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; |