linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: spear: Remove references to PLAT_SPEAR_SINGLE
@ 2014-02-11 21:21 Paul Bolle
  2014-02-11 21:27 ` Paul Bolle
  2014-04-15  8:26 ` [PATCH v2] " Paul Bolle
  0 siblings, 2 replies; 13+ messages in thread
From: Paul Bolle @ 2014-02-11 21:21 UTC (permalink / raw)
  To: linux-arm-kernel

The Kconfig symbol PLAT_SPEAR_SINGLE briefly appeared during the v3.10
development cycle. It was removed in a merge commit before v3.10. A few
references to it were left in the tree, probably because they didn't
generate merge conflicts. Whatever it was, they're useless now and can
safely be removed.

Reported-by: Martin Walch <walch.martin@web.de>
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
---
Untested.

 arch/arm/mach-spear/Kconfig | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/arch/arm/mach-spear/Kconfig b/arch/arm/mach-spear/Kconfig
index ac1710e6..1595776 100644
--- a/arch/arm/mach-spear/Kconfig
+++ b/arch/arm/mach-spear/Kconfig
@@ -4,7 +4,6 @@
 
 menuconfig PLAT_SPEAR
 	bool "ST SPEAr Family" if ARCH_MULTI_V7 || ARCH_MULTI_V5
-	default PLAT_SPEAR_SINGLE
 	select ARCH_REQUIRE_GPIOLIB
 	select ARM_AMBA
 	select CLKSRC_MMIO
@@ -15,7 +14,7 @@ if PLAT_SPEAR
 
 config ARCH_SPEAR13XX
 	bool "ST SPEAr13xx"
-	depends on ARCH_MULTI_V7 || PLAT_SPEAR_SINGLE
+	depends on ARCH_MULTI_V7
 	select ARCH_HAS_CPUFREQ
 	select ARM_GIC
 	select CPU_V7
@@ -47,7 +46,7 @@ endif #ARCH_SPEAR13XX
 
 config ARCH_SPEAR3XX
 	bool "ST SPEAr3xx"
-	depends on ARCH_MULTI_V5 || PLAT_SPEAR_SINGLE
+	depends on ARCH_MULTI_V5
 	depends on !ARCH_SPEAR13XX
 	select ARM_VIC
 	select CPU_ARM926T
@@ -80,7 +79,7 @@ endif
 
 config ARCH_SPEAR6XX
 	bool "ST SPEAr6XX"
-	depends on ARCH_MULTI_V5 || PLAT_SPEAR_SINGLE
+	depends on ARCH_MULTI_V5
 	depends on !ARCH_SPEAR13XX
 	select ARM_VIC
 	select CPU_ARM926T
@@ -95,7 +94,6 @@ config MACH_SPEAR600
 	  Supports ST SPEAr600 boards configured via the device-treesource "arch/arm/mach-spear6xx/Kconfig"
 
 config ARCH_SPEAR_AUTO
-	def_bool PLAT_SPEAR_SINGLE
 	depends on !ARCH_SPEAR13XX && !ARCH_SPEAR6XX
 	select ARCH_SPEAR3XX
 
-- 
1.8.5.3

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

end of thread, other threads:[~2014-09-05 11:53 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-11 21:21 [PATCH] ARM: spear: Remove references to PLAT_SPEAR_SINGLE Paul Bolle
2014-02-11 21:27 ` Paul Bolle
2014-04-15  8:26 ` [PATCH v2] " Paul Bolle
2014-04-15  9:26   ` Rajeev kumar
2014-06-16 11:49     ` Paul Bolle
2014-09-05  9:27       ` Paul Bolle
2014-09-05  9:39         ` Paul Bolle
2014-09-05  9:43           ` Viresh Kumar
2014-09-05  9:50             ` Paul Bolle
2014-09-05  9:54               ` Viresh Kumar
2014-09-05 11:38                 ` Arnd Bergmann
2014-09-05 11:53                   ` Paul Bolle
2014-09-05  9:46           ` bhupesh.sharma at freescale.com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).