summaryrefslogtreecommitdiffstats
path: root/board/spear
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2014-03-13 12:49:21 +0100
committerMichal Simek <michal.simek@xilinx.com>2014-05-13 09:12:53 +0200
commitf8c1be9816a60d1f627954fe202b502917c69863 (patch)
tree22ba559e95d235ea42adcd0407ba3d29cdbbfef6 /board/spear
parentd9071ce0a8cd684589c9c35e4d7c604a9cbd7d62 (diff)
downloadblackbird-obmc-uboot-f8c1be9816a60d1f627954fe202b502917c69863.tar.gz
blackbird-obmc-uboot-f8c1be9816a60d1f627954fe202b502917c69863.zip
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')
-rw-r--r--board/spear/x600/fpga.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/spear/x600/fpga.c b/board/spear/x600/fpga.c
index c26eba4284..b256222e18 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)
};
OpenPOWER on IntegriCloud