[U-Boot] [PATCHv3 1/9] arm: socfpga: introduce SOCFPGA_GEN5 config property
dinguyen at opensource.altera.com
dinguyen at opensource.altera.com
Wed Dec 2 07:12:48 CET 2015
From: Dinh Nguyen <dinguyen at opensource.altera.com>
In order to re-use as much Cyclone5 and Arria5 code as possible to support
the Arria10 platform, we need to wrap some of the code with #ifdef's. By
adding CONFIG_SOCFPGA_GEN5, we can shorten the check by not having to check
for both AV || AV.
Signed-off-by: Dinh Nguyen <dinguyen at opensource.altera.com>
---
arch/arm/mach-socfpga/Kconfig | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm/mach-socfpga/Kconfig b/arch/arm/mach-socfpga/Kconfig
index 0cb9f9e..4ea171a 100644
--- a/arch/arm/mach-socfpga/Kconfig
+++ b/arch/arm/mach-socfpga/Kconfig
@@ -2,9 +2,14 @@ if ARCH_SOCFPGA
config TARGET_SOCFPGA_ARRIA5
bool
+ select SOCFPGA_GEN5
config TARGET_SOCFPGA_CYCLONE5
bool
+ select SOCFPGA_GEN5
+
+config SOCFPGA_GEN5
+ bool
choice
prompt "Altera SOCFPGA board select"
--
2.6.2
More information about the U-Boot
mailing list