diff options
author | Michal Simek <michal.simek@xilinx.com> | 2014-07-16 08:47:43 (GMT) |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2015-01-21 09:25:03 (GMT) |
commit | a3607365f78ce79f8592e3acb4a04ab4d4ac8f36 (patch) | |
tree | f71d5f05a107b3e98fecb0bb0c060699e65d2538 /include/virtex2.h | |
parent | 6a6acd12ad835232c917a50d4a4d9b79cf59c318 (diff) | |
download | u-boot-a3607365f78ce79f8592e3acb4a04ab4d4ac8f36.tar.xz |
fpga: xilinx: virtex2: Fix macro indentation
No functional changes.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include/virtex2.h')
-rw-r--r-- | include/virtex2.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/virtex2.h b/include/virtex2.h index 5944bbc..503df9a 100644 --- a/include/virtex2.h +++ b/include/virtex2.h @@ -47,10 +47,10 @@ extern struct xilinx_fpga_op virtex2_op; /* Device Image Sizes (in bytes) *********************************************************************/ -#define XILINX_XC2V40_SIZE (338208 / 8) -#define XILINX_XC2V80_SIZE (597408 / 8) -#define XILINX_XC2V250_SIZE (1591584 / 8) -#define XILINX_XC2V500_SIZE (2557857 / 8) +#define XILINX_XC2V40_SIZE (338208 / 8) +#define XILINX_XC2V80_SIZE (597408 / 8) +#define XILINX_XC2V250_SIZE (1591584 / 8) +#define XILINX_XC2V500_SIZE (2557857 / 8) #define XILINX_XC2V1000_SIZE (3749408 / 8) #define XILINX_XC2V1500_SIZE (5166240 / 8) #define XILINX_XC2V2000_SIZE (6808352 / 8) |