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/spear/x600 | |
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/spear/x600')
-rw-r--r-- | board/spear/x600/fpga.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/spear/x600/fpga.c b/board/spear/x600/fpga.c index c26eba4..b256222 100644 --- a/board/spear/x600/fpga.c +++ b/board/spear/x600/fpga.c @@ -173,7 +173,7 @@ static xilinx_spartan3_slave_serial_fns x600_fpga_fns = { fpga_post_config_fn, }; -static Xilinx_desc fpga[CONFIG_FPGA_COUNT] = { +static xilinx_desc fpga[CONFIG_FPGA_COUNT] = { XILINX_XC3S1200E_DESC(slave_serial, &x600_fpga_fns, 0) }; |