u-boot/drivers/fpga
Wolfgang Denk e6a857da74 fpga: constify to fix build warning
Fix compiler warning:

cmd_fpga.c:318: warning: passing argument 3 of 'fit_image_get_data'
from incompatible pointer type

Adding the needed 'const' here entails a whole bunch of additonal
changes all over the FPGA code.

Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Andre Schwarz <andre.schwarz@matrix-vision.de>
Cc: Murray Jensen <Murray.Jensen@csiro.au>
Acked-by: Andre Schwarz<andre.schwarz@matrix-vision.de>
2011-08-01 15:19:40 +02:00
..
ACEX1K.c fpga: constify to fix build warning 2011-08-01 15:19:40 +02:00
Makefile Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
altera.c fpga: constify to fix build warning 2011-08-01 15:19:40 +02:00
cyclon2.c fpga: constify to fix build warning 2011-08-01 15:19:40 +02:00
fpga.c fpga: constify to fix build warning 2011-08-01 15:19:40 +02:00
ivm_core.c FPGA: add support for downloading Lattice bitstream 2010-10-13 18:09:31 +02:00
lattice.c Coding Style cleanup 2010-10-27 22:48:30 +02:00
spartan2.c fpga: constify to fix build warning 2011-08-01 15:19:40 +02:00
spartan3.c fpga: constify to fix build warning 2011-08-01 15:19:40 +02:00
stratixII.c fpga: Remove relocation fixups 2009-10-03 10:17:56 +02:00
virtex2.c fpga: constify to fix build warning 2011-08-01 15:19:40 +02:00
xilinx.c fpga: constify to fix build warning 2011-08-01 15:19:40 +02:00