Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1588269 > unrolled thread

[PATCH] ARM: prima2: remove redundant select CPU_V7

Started byMasahiro Yamada <yamada.masahiro@socionext.com>
First post2017-02-26 04:10 +0100
Last post2017-02-26 04:10 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] ARM: prima2: remove redundant select CPU_V7 Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-02-26 04:10 +0100

#1588269 — [PATCH] ARM: prima2: remove redundant select CPU_V7

FromMasahiro Yamada <yamada.masahiro@socionext.com>
Date2017-02-26 04:10 +0100
Subject[PATCH] ARM: prima2: remove redundant select CPU_V7
Message-ID<teXnH-Bh-1@gated-at.bofh.it>
ARCH_ATLAS7 resides in "if ARCH_SIRF ... end", and ARCH_SIRF depends
on ARCH_MULTI_V7, which selects CPU_V7.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 arch/arm/mach-prima2/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/mach-prima2/Kconfig b/arch/arm/mach-prima2/Kconfig
index 85e874a..7426211 100644
--- a/arch/arm/mach-prima2/Kconfig
+++ b/arch/arm/mach-prima2/Kconfig
@@ -27,7 +27,6 @@ config ARCH_ATLAS7
 	bool "CSR SiRFSoC ATLAS7 ARM Cortex A7 Platform"
 	default y
 	select ARM_GIC
-	select CPU_V7
 	select ATLAS7_TIMER
 	select HAVE_ARM_SCU if SMP
 	select HAVE_SMP
-- 
2.7.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web