From b03b25caea1ff3a501161f5bc1ad5e5b5b124e0c Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Wed, 1 May 2013 18:05:56 +0200 Subject: 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 Reviewed-by: Tom Rini --- include/fpga.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'include/fpga.h') diff --git a/include/fpga.h b/include/fpga.h index ebefba8..38e9018 100644 --- a/include/fpga.h +++ b/include/fpga.h @@ -31,16 +31,6 @@ #define CONFIG_MAX_FPGA_DEVICES 5 #endif -/* CONFIG_FPGA bit assignments */ -#define CONFIG_SYS_FPGA_MAN(x) (x) -#define CONFIG_SYS_FPGA_DEV(x) ((x) << 8 ) -#define CONFIG_SYS_FPGA_IF(x) ((x) << 16 ) - -/* FPGA Manufacturer bits in CONFIG_FPGA */ -#define CONFIG_SYS_FPGA_XILINX CONFIG_SYS_FPGA_MAN( 0x1 ) -#define CONFIG_SYS_FPGA_ALTERA CONFIG_SYS_FPGA_MAN( 0x2 ) - - /* fpga_xxxx function return value definitions */ #define FPGA_SUCCESS 0 #define FPGA_FAIL -1 -- cgit v1.1