Re: [U-Boot] [PATCH v2] FPGA: constify Lattice FPGA code

2011-09-05 Thread Wolfgang Denk
Dear Wolfgang Denk, In message <1312547354-20051-1-git-send-email...@denx.de> you wrote: > The Lattice code was missed by commit e6a857d "fpga: constify to fix > build warning" resulting in such warnings: > > fpga.c: In function 'fpga_load': > fpga.c:238: warning: passing argument 2 of 'lattice_l

Re: [U-Boot] [PATCH v2] FPGA: constify Lattice FPGA code

2011-08-30 Thread Wolfgang Denk
Dear Stefano Babic, In message <4e5d23c6.3050...@denx.de> you wrote: > On 08/05/2011 02:29 PM, Wolfgang Denk wrote: > > The Lattice code was missed by commit e6a857d "fpga: constify to fix > > build warning" resulting in such warnings: > > > > fpga.c: In function 'fpga_load': > > fpga.c:238: warn

Re: [U-Boot] [PATCH v2] FPGA: constify Lattice FPGA code

2011-08-30 Thread Stefano Babic
On 08/05/2011 02:29 PM, Wolfgang Denk wrote: > The Lattice code was missed by commit e6a857d "fpga: constify to fix > build warning" resulting in such warnings: > > fpga.c: In function 'fpga_load': > fpga.c:238: warning: passing argument 2 of 'lattice_load' discards qualifiers > from pointer targ

Re: [U-Boot] [PATCH v2] FPGA: constify Lattice FPGA code

2011-08-05 Thread Stefano Babic
On 08/05/2011 02:29 PM, Wolfgang Denk wrote: > The Lattice code was missed by commit e6a857d "fpga: constify to fix > build warning" resulting in such warnings: > > fpga.c: In function 'fpga_load': > fpga.c:238: warning: passing argument 2 of 'lattice_load' discards qualifiers > from pointer targ

[U-Boot] [PATCH v2] FPGA: constify Lattice FPGA code

2011-08-05 Thread Wolfgang Denk
The Lattice code was missed by commit e6a857d "fpga: constify to fix build warning" resulting in such warnings: fpga.c: In function 'fpga_load': fpga.c:238: warning: passing argument 2 of 'lattice_load' discards qualifiers from pointer target type fpga.c: In function 'fpga_dump': fpga.c:278: warn