summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorTien Fong Chee <tien.fong.chee@intel.com>2017-07-26 05:05:40 (GMT)
committerMarek Vasut <marex@denx.de>2017-07-26 08:31:44 (GMT)
commitfa23ba1aa5ba57ea36a8dec55219a1d4dcbab30a (patch)
tree82dc438c854380f5832ea81137398c21d20b1509 /include/configs
parentc2caaee73e266ba3b6cef6c8bda348d8994fcebf (diff)
downloadu-boot-fsl-qoriq-fa23ba1aa5ba57ea36a8dec55219a1d4dcbab30a.tar.xz
kconfig: Convert FPGA_SOCFPGA configuration to Kconfig
This converts the following to Kconfig: CONFIG_FPGA_SOCFPGA Signed-off-by: Tien Fong Chee <tien.fong.chee@intel.com> Reviewed-by: Ley Foon Tan <ley.foon.tan@intel.com> Reviewed-by: Dinh Nguyen <dinguyen@kernel.org>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/socfpga_common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h
index 7e63b55..69da618 100644
--- a/include/configs/socfpga_common.h
+++ b/include/configs/socfpga_common.h
@@ -105,9 +105,6 @@
*/
#ifdef CONFIG_TARGET_SOCFPGA_GEN5
#ifdef CONFIG_CMD_FPGA
-#define CONFIG_FPGA
-#define CONFIG_FPGA_ALTERA
-#define CONFIG_FPGA_SOCFPGA
#define CONFIG_FPGA_COUNT 1
#endif
#endif