public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 02/10] arm: socfpga: arria10: Added config option build for SPL
@ 2016-12-06  7:52 Chee Tien Fong
  2016-12-06  7:52 ` [U-Boot] [PATCH 03/10] arm: socfpga: arria10: Enhanced socfpga_arria10_defconfig to support SPL Chee Tien Fong
                   ` (2 more replies)
  0 siblings, 3 replies; 27+ messages in thread
From: Chee Tien Fong @ 2016-12-06  7:52 UTC (permalink / raw)
  To: u-boot

From: Tien Fong Chee <tien.fong.chee@intel.com>

These changes to ensure Arria10 SPL build success.

Signed-off-by: Tien Fong Chee <tien.fong.chee@intel.com>
Cc: Marek Vasut <marex@denx.de>
Cc: Dinh Nguyen <dinguyen@kernel.org>
Cc: Chin Liang See <chin.liang.see@intel.com>
Cc: Tien Fong <skywindctf@gmail.com>
---
 arch/arm/Kconfig |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 220bb19..05ce8b8 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -622,12 +622,12 @@ 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
+	select DM_SPI_FLASH if !TARGET_SOCFPGA_ARRIA10
+	select DM_SPI if !TARGET_SOCFPGA_ARRIA10
 
 config TARGET_CM_T43
 	bool "Support cm_t43"
-- 
1.7.7.4

^ permalink raw reply related	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2016-12-19 12:40 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-06  7:52 [U-Boot] [PATCH 02/10] arm: socfpga: arria10: Added config option build for SPL Chee Tien Fong
2016-12-06  7:52 ` [U-Boot] [PATCH 03/10] arm: socfpga: arria10: Enhanced socfpga_arria10_defconfig to support SPL Chee Tien Fong
2016-12-06 12:48   ` Marek Vasut
2016-12-07 10:36     ` Chee, Tien Fong
2016-12-06  7:52 ` [U-Boot] [PATCH 04/10] arm: socfpga: arria10: Added clock manager and pin mux compat macro Chee Tien Fong
2016-12-06 12:49   ` Marek Vasut
2016-12-07 10:48     ` Chee, Tien Fong
2016-12-07 13:54       ` Marek Vasut
2016-12-19  4:10         ` Chee, Tien Fong
2016-12-19  7:55           ` Marek Vasut
2016-12-19  8:40             ` Chee, Tien Fong
2016-12-19  8:43               ` Marek Vasut
2016-12-19  8:54                 ` Chee, Tien Fong
2016-12-19 10:04                   ` Marek Vasut
2016-12-19 10:31                     ` Chee, Tien Fong
2016-12-19 12:40                       ` Marek Vasut
2016-12-06 12:47 ` [U-Boot] [PATCH 02/10] arm: socfpga: arria10: Added config option build for SPL Marek Vasut
2016-12-07 10:57   ` Chee, Tien Fong
2016-12-07 13:54     ` Marek Vasut
2016-12-09  9:46       ` Chee, Tien Fong
2016-12-09 13:02         ` Marek Vasut
2016-12-19  4:04           ` Chee, Tien Fong
2016-12-19  7:56             ` Marek Vasut
2016-12-19  8:41               ` Chee, Tien Fong
2016-12-19  8:44                 ` Marek Vasut
2016-12-19 10:34                   ` Chee, Tien Fong
2016-12-19 12:36                     ` Marek Vasut

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox