summaryrefslogtreecommitdiffstats
path: root/include/fpga.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/fpga.h
parent6631db4773cd735688bf3332173a49271df23385 (diff)
downloadblackbird-obmc-uboot-b03b25caea1ff3a501161f5bc1ad5e5b5b124e0c.tar.gz
blackbird-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/fpga.h')
-rw-r--r--include/fpga.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/fpga.h b/include/fpga.h
index ebefba8d05..38e9018c93 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
OpenPOWER on IntegriCloud