• W
    fpga: constify to fix build warning · e6a857da
    Wolfgang Denk 提交于
    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: NWolfgang 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>
    e6a857da
spartan3.c 13.5 KB