mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
Cleanup for GCC-4.x
This commit is contained in:
parent
17a8b276ba
commit
77ddac9480
201 changed files with 606 additions and 587 deletions
|
@ -69,7 +69,7 @@ int fpga_loadbitstream(unsigned long dev, char* fpgadata, size_t size)
|
|||
unsigned int i;
|
||||
int rc;
|
||||
|
||||
dataptr = fpgadata;
|
||||
dataptr = (unsigned char *)fpgadata;
|
||||
|
||||
#if CFG_FPGA_XILINX
|
||||
/* skip the first bytes of the bitsteam, their meaning is unknown */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue