u-boot-brain/board/hymod
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
..
bsp.c fpga: constify to fix build warning 2011-08-01 15:19:40 +02:00
config.mk Handle most LDSCRIPT setting centrally 2011-04-30 00:59:47 +02:00
eeprom.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
env.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
fetch.c Patches by Murray Jensen, 17 Jun 2003: 2003-06-19 23:40:20 +00:00
flash.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
flash.h Patch by Murray Jensen, 20 Jun 2003: 2003-06-21 00:17:24 +00:00
global_env Change all '$(...)' variable references into '${...}' 2005-11-20 21:40:11 +01:00
hymod.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
hymod.h Patches by Murray Jensen, 17 Jun 2003: 2003-06-19 23:40:20 +00:00
input.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
Makefile Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
u-boot.lds MPC8260: Fix compile problems with "hymod" board 2011-05-12 19:31:05 +02:00
u-boot.lds.debug rename _end to __bss_end__ 2011-03-27 19:18:37 +02:00