summaryrefslogtreecommitdiffstats
path: root/include/lattice.h
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2013-05-01 18:05:56 +0200
committerMichal Simek <michal.simek@xilinx.com>2013-05-06 10:41:30 +0200
commitb03b25caea1ff3a501161f5bc1ad5e5b5b124e0c (patch)
treeaa90d9289407d75f664b96cc614ba94ab84bb4a0 /include/lattice.h
parent6631db4773cd735688bf3332173a49271df23385 (diff)
downloadtalos-obmc-uboot-b03b25caea1ff3a501161f5bc1ad5e5b5b124e0c.tar.gz
talos-obmc-uboot-b03b25caea1ff3a501161f5bc1ad5e5b5b124e0c.zip
fpga: Remove all CONFIG_SYS_* fpga related options
All these macros are completely unused by any code. CONFIG_FPGA is not a bitfield anymore. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/lattice.h')
-rw-r--r--include/lattice.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/lattice.h b/include/lattice.h
index 6a2cf93db1..49871da22d 100644
--- a/include/lattice.h
+++ b/include/lattice.h
@@ -278,9 +278,6 @@ typedef struct {
char *desc; /* description string */
} Lattice_desc; /* end, typedef Altera_desc */
-/* Lattice Model Type */
-#define CONFIG_SYS_XP2 CONFIG_SYS_FPGA_DEV(0x1)
-
/* Board specific implementation specific function types */
typedef void (*Lattice_jtag_init)(void);
typedef void (*Lattice_jtag_set_tdi)(int v);
OpenPOWER on IntegriCloud