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 /include/xilinx.h | |
parent | 2a6e3869f25093cd4032a3cd64ee455afbd668bf (diff) | |
download | u-boot-d9071ce0a8cd684589c9c35e4d7c604a9cbd7d62.tar.gz |
fpga: virtex2: Avoid CamelCase
No functional changes.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include/xilinx.h')
-rw-r--r-- | include/xilinx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xilinx.h b/include/xilinx.h index 365c0c358e..fa89fb6835 100644 --- a/include/xilinx.h +++ b/include/xilinx.h @@ -28,7 +28,7 @@ typedef enum { /* typedef Xilinx_Family */ min_xilinx_type, /* low range check value */ xilinx_spartan2, /* Spartan-II Family */ Xilinx_VirtexE, /* Virtex-E Family */ - Xilinx_Virtex2, /* Virtex2 Family */ + xilinx_virtex2, /* Virtex2 Family */ xilinx_spartan3, /* Spartan-III Family */ xilinx_zynq, /* Zynq Family */ max_xilinx_type /* insert all new types before this */ |