diff options
author | Michal Simek <michal.simek@xilinx.com> | 2013-05-01 16:05:56 (GMT) |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2013-05-06 08:41:30 (GMT) |
commit | b03b25caea1ff3a501161f5bc1ad5e5b5b124e0c (patch) | |
tree | aa90d9289407d75f664b96cc614ba94ab84bb4a0 /include/lattice.h | |
parent | 6631db4773cd735688bf3332173a49271df23385 (diff) | |
download | u-boot-fsl-qoriq-b03b25caea1ff3a501161f5bc1ad5e5b5b124e0c.tar.xz |
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.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/lattice.h b/include/lattice.h index 6a2cf93..49871da 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); |