diff options
author | Michal Simek <michal.simek@xilinx.com> | 2014-03-13 12:49:21 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2014-05-13 09:12:53 +0200 |
commit | f8c1be9816a60d1f627954fe202b502917c69863 (patch) | |
tree | 22ba559e95d235ea42adcd0407ba3d29cdbbfef6 /board/esd/pmc440 | |
parent | d9071ce0a8cd684589c9c35e4d7c604a9cbd7d62 (diff) | |
download | u-boot-imx-f8c1be9816a60d1f627954fe202b502917c69863.zip u-boot-imx-f8c1be9816a60d1f627954fe202b502917c69863.tar.gz u-boot-imx-f8c1be9816a60d1f627954fe202b502917c69863.tar.bz2 |
fpga: xilinx: Avoid CamelCase for in Xilinx_desc
No functional changes.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'board/esd/pmc440')
-rw-r--r-- | board/esd/pmc440/fpga.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/pmc440/fpga.c b/board/esd/pmc440/fpga.c index 18a1b63..f876da8 100644 --- a/board/esd/pmc440/fpga.c +++ b/board/esd/pmc440/fpga.c @@ -57,7 +57,7 @@ xilinx_spartan2_slave_serial_fns ngcc_fpga_fns = { ngcc_fpga_post_config_fn }; -Xilinx_desc fpga[CONFIG_FPGA_COUNT] = { +xilinx_desc fpga[CONFIG_FPGA_COUNT] = { XILINX_XC3S1200E_DESC( #ifdef USE_SP_CODE slave_parallel, |