]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
fpga: xilinx: virtex2: Fix macro indentation
authorMichal Simek <michal.simek@xilinx.com>
Wed, 16 Jul 2014 08:47:43 +0000 (10:47 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 21 Jan 2015 09:25:03 +0000 (10:25 +0100)
No functional changes.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
include/virtex2.h

index 5944bbcb61b8478800385ea2c3c94fa7f3ff1ead..503df9abaeaa2cc9e2769ecb6c776393d356d9fc 100644 (file)
@@ -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)