]> git.sur5r.net Git - u-boot/blobdiff - board/spear/x600/fpga.c
fpga: xilinx: Avoid CamelCase for in Xilinx_desc
[u-boot] / board / spear / x600 / fpga.c
index c26eba42845c19efe47a61d18edc3ed1ece2a277..b256222e186487515537d9d60dd85a66c44f300b 100644 (file)
@@ -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)
 };