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/astro/mcf5373l | |
parent | d9071ce0a8cd684589c9c35e4d7c604a9cbd7d62 (diff) |
fpga: xilinx: Avoid CamelCase for in Xilinx_desc
No functional changes.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'board/astro/mcf5373l')
-rw-r--r-- | board/astro/mcf5373l/fpga.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/astro/mcf5373l/fpga.c b/board/astro/mcf5373l/fpga.c index 152ff1f58c9..9dc82c5737c 100644 --- a/board/astro/mcf5373l/fpga.c +++ b/board/astro/mcf5373l/fpga.c @@ -374,7 +374,7 @@ xilinx_spartan3_slave_serial_fns xilinx_fns = { xilinx_fastwr_fn }; -Xilinx_desc xilinx_fpga[CONFIG_FPGA_COUNT] = { +xilinx_desc xilinx_fpga[CONFIG_FPGA_COUNT] = { {xilinx_spartan3, slave_serial, XILINX_XC3S4000_SIZE, |