[U-Boot] [PATCH v2 20/30] arm: socfpga: arria10: Enable SPL for Arria 10
Chee Tien Fong
tien.fong.chee at intel.com
Wed Dec 28 07:34:31 CET 2016
From: Tien Fong Chee <tien.fong.chee at intel.com>
This patch enables SPL build and implementation for Arria 10.
Signed-off-by: Tien Fong Chee <tien.fong.chee at intel.com>
Cc: Marek Vasut <marex at denx.de>
Cc: Dinh Nguyen <dinguyen at kernel.org>
Cc: Chin Liang See <chin.liang.see at intel.com>
Cc: Tien Fong <skywindctf at gmail.com>
---
Changes for V2
- Commit messages changed.
---
arch/arm/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 74b769f..d871a45 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -554,9 +554,9 @@ config ARCH_SNAPDRAGON
config ARCH_SOCFPGA
bool "Altera SOCFPGA family"
select CPU_V7
- select SUPPORT_SPL if !TARGET_SOCFPGA_ARRIA10
+ select SUPPORT_SPL
select OF_CONTROL
- select SPL_OF_CONTROL if !TARGET_SOCFPGA_ARRIA10
+ select SPL_OF_CONTROL
select DM
select DM_SPI_FLASH
select DM_SPI
--
2.2.2
More information about the U-Boot
mailing list