commit | ddee606aaf4a3afc82da4d421186f0a4f1594539 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Mon Sep 05 11:39:04 2011 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Mon Sep 05 12:28:46 2011 +0200 |
tree | 3bf97a84fb795051d3fc83db28b843ab074db7da | |
parent | b2c66a8fdb8508588dc7de8aeb441ab7bb78cb48 [diff] |
PPC4xx: ALPR: constify FPGA code The ALPR custom FPGA code was missed by commit e6a857d "fpga: constify to fix build warning" resulting in such warnings: fpga.c:226: warning: initialization from incompatible pointer type Signed-off-by: Wolfgang Denk <wd@denx.de> Cc: Stefan Roese <sr@denx.de> Acked-by: Stefan Roese <sr@denx.de>