diff options
author | Michal Simek <michal.simek@xilinx.com> | 2014-03-13 11:33:36 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2014-05-13 09:12:53 +0200 |
commit | d9071ce0a8cd684589c9c35e4d7c604a9cbd7d62 (patch) | |
tree | dd596738f02e66cc949415cae46ec137bf345849 /board/gen860t | |
parent | 2a6e3869f25093cd4032a3cd64ee455afbd668bf (diff) | |
download | u-boot-imx-d9071ce0a8cd684589c9c35e4d7c604a9cbd7d62.zip u-boot-imx-d9071ce0a8cd684589c9c35e4d7c604a9cbd7d62.tar.gz u-boot-imx-d9071ce0a8cd684589c9c35e4d7c604a9cbd7d62.tar.bz2 |
fpga: virtex2: Avoid CamelCase
No functional changes.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'board/gen860t')
-rw-r--r-- | board/gen860t/fpga.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/gen860t/fpga.c b/board/gen860t/fpga.c index b7984dd..48a4222 100644 --- a/board/gen860t/fpga.c +++ b/board/gen860t/fpga.c @@ -40,7 +40,7 @@ DECLARE_GLOBAL_DATA_PTR; /* Note that these are pointers to code that is in Flash. They will be * relocated at runtime. */ -Xilinx_Virtex2_Slave_SelectMap_fns fpga_fns = { +xilinx_virtex2_slave_selectmap_fns fpga_fns = { fpga_pre_config_fn, fpga_pgm_fn, fpga_init_fn, @@ -57,7 +57,7 @@ Xilinx_Virtex2_Slave_SelectMap_fns fpga_fns = { }; Xilinx_desc fpga[CONFIG_FPGA_COUNT] = { - {Xilinx_Virtex2, + {xilinx_virtex2, slave_selectmap, XILINX_XC2V3000_SIZE, (void *) &fpga_fns, |