summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorVipul Kumar <vipul.kumar@xilinx.com>2018-02-16 15:32:49 +0300
committerTom Rini <trini@konsulko.com>2018-02-28 21:00:04 +0300
commitf415834608506d0227e4a007ddf92442b32fb20b (patch)
treeedffd709ae0a66945f46ea67a2cefd69f97f9256 /include
parentd231182441d2e3f0fdf0fdadcb1f02466605d1c6 (diff)
downloadu-boot-f415834608506d0227e4a007ddf92442b32fb20b.tar.xz
fpga: Added Kconfig support for FPGA_SPARTAN3
This patch added Kconfig support for FPGA_SPARTAN3 and migrates the values over to the defconfigs. Signed-off-by: Vipul Kumar <vipulk@xilinx.com> Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/apf27.h1
-rw-r--r--include/configs/astro_mcf5373l.h1
-rw-r--r--include/configs/mt_ventoux.h1
-rw-r--r--include/configs/x600.h1
4 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/apf27.h b/include/configs/apf27.h
index 6b47f4a660..1b52cc33a2 100644
--- a/include/configs/apf27.h
+++ b/include/configs/apf27.h
@@ -200,7 +200,6 @@
* FPGA
*/
#define CONFIG_FPGA_COUNT 1
-#define CONFIG_FPGA_SPARTAN3
#define CONFIG_SYS_FPGA_WAIT 250 /* 250 ms */
#define CONFIG_SYS_FPGA_PROG_FEEDBACK
#define CONFIG_SYS_FPGA_CHECK_CTRLC
diff --git a/include/configs/astro_mcf5373l.h b/include/configs/astro_mcf5373l.h
index 8b883ddd62..4a62bce40f 100644
--- a/include/configs/astro_mcf5373l.h
+++ b/include/configs/astro_mcf5373l.h
@@ -171,7 +171,6 @@
#define CONFIG_SYS_LOAD_ADDR 0x20000
#define CONFIG_FPGA_COUNT 1
-#define CONFIG_FPGA_SPARTAN3
#define CONFIG_SYS_FPGA_PROG_FEEDBACK
#define CONFIG_SYS_FPGA_WAIT 1000
diff --git a/include/configs/mt_ventoux.h b/include/configs/mt_ventoux.h
index e7f5e8d8f9..710994988e 100644
--- a/include/configs/mt_ventoux.h
+++ b/include/configs/mt_ventoux.h
@@ -32,7 +32,6 @@
/*
* FPGA
*/
-#define CONFIG_FPGA_SPARTAN3
#define CONFIG_SYS_FPGA_PROG_FEEDBACK
#define CONFIG_SYS_FPGA_WAIT 10000
#define CONFIG_MAX_FPGA_DEVICES 1
diff --git a/include/configs/x600.h b/include/configs/x600.h
index 485522cd87..bfa6f5e3fb 100644
--- a/include/configs/x600.h
+++ b/include/configs/x600.h
@@ -85,7 +85,6 @@
#define CONFIG_SYS_I2C_RTC_ADDR 0x68
/* FPGA config options */
-#define CONFIG_FPGA_SPARTAN3
#define CONFIG_FPGA_COUNT 1
/* USB EHCI options */