linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1] ARM: do not select ARCH_VEXPRESS by default on ARCH_MULTI_V7
@ 2013-04-22 12:43 Srinivas KANDAGATLA
  2013-04-22 16:59 ` Pawel Moll
  2013-04-22 17:49 ` Russell King - ARM Linux
  0 siblings, 2 replies; 5+ messages in thread
From: Srinivas KANDAGATLA @ 2013-04-22 12:43 UTC (permalink / raw)
  To: linux-arm-kernel

From: Srinivas Kandagatla <srinivas.kandagatla@st.com>

This patch removes ARCH_VEXPRESS selection as default when ARCH_MULTI_V7
is selected. ARCH_VEXPRESS should be selected from
mach-vexpress/Kconfig.

Without this patch, any multiplatform build will have ARCH_VEXPRESS
selected, as a result all the vexpress associated dtbs are build when we
make dtbs.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@st.com>
---
 arch/arm/Kconfig |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 1cacda4..e67d49d 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1014,7 +1014,6 @@ config ARCH_MULTI_V7
 	bool "ARMv7 based platforms (Cortex-A, PJ4, Scorpion, Krait)"
 	default y
 	select ARCH_MULTI_V6_V7
-	select ARCH_VEXPRESS
 	select CPU_V7
 
 config ARCH_MULTI_V6_V7
-- 
1.7.6.5

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

* [PATCH v1] ARM: do not select ARCH_VEXPRESS by default on ARCH_MULTI_V7
  2013-04-22 12:43 [PATCH v1] ARM: do not select ARCH_VEXPRESS by default on ARCH_MULTI_V7 Srinivas KANDAGATLA
@ 2013-04-22 16:59 ` Pawel Moll
  2013-04-22 17:10   ` Fabio Estevam
  2013-04-22 17:49 ` Russell King - ARM Linux
  1 sibling, 1 reply; 5+ messages in thread
From: Pawel Moll @ 2013-04-22 16:59 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Srinivas,

On Mon, 2013-04-22 at 13:43 +0100, Srinivas KANDAGATLA wrote:
> From: Srinivas Kandagatla <srinivas.kandagatla@st.com>
> 
> This patch removes ARCH_VEXPRESS selection as default when ARCH_MULTI_V7
> is selected. ARCH_VEXPRESS should be selected from
> mach-vexpress/Kconfig.
> 
> Without this patch, any multiplatform build will have ARCH_VEXPRESS
> selected, as a result all the vexpress associated dtbs are build when we
> make dtbs.
> 
> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@st.com>

Fabio was looking at this some time ago:
http://thread.gmane.org/gmane.linux.ports.arm.kernel/201499
He may comment on the relevant issues.

Cheers!

Pawe?

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

* [PATCH v1] ARM: do not select ARCH_VEXPRESS by default on ARCH_MULTI_V7
  2013-04-22 16:59 ` Pawel Moll
@ 2013-04-22 17:10   ` Fabio Estevam
  2013-04-23  6:48     ` Srinivas KANDAGATLA
  0 siblings, 1 reply; 5+ messages in thread
From: Fabio Estevam @ 2013-04-22 17:10 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Apr 22, 2013 at 1:59 PM, Pawel Moll <pawel.moll@arm.com> wrote:

> Fabio was looking at this some time ago:
> http://thread.gmane.org/gmane.linux.ports.arm.kernel/201499
> He may comment on the relevant issues.

Arnd has recently posted a patch to address this issue:
https://patchwork.kernel.org/patch/2436131/

Regards,

Fabio Estevam

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

* [PATCH v1] ARM: do not select ARCH_VEXPRESS by default on ARCH_MULTI_V7
  2013-04-22 12:43 [PATCH v1] ARM: do not select ARCH_VEXPRESS by default on ARCH_MULTI_V7 Srinivas KANDAGATLA
  2013-04-22 16:59 ` Pawel Moll
@ 2013-04-22 17:49 ` Russell King - ARM Linux
  1 sibling, 0 replies; 5+ messages in thread
From: Russell King - ARM Linux @ 2013-04-22 17:49 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Apr 22, 2013 at 01:43:24PM +0100, Srinivas KANDAGATLA wrote:
> From: Srinivas Kandagatla <srinivas.kandagatla@st.com>
> 
> This patch removes ARCH_VEXPRESS selection as default when ARCH_MULTI_V7
> is selected. ARCH_VEXPRESS should be selected from
> mach-vexpress/Kconfig.
> 
> Without this patch, any multiplatform build will have ARCH_VEXPRESS
> selected, as a result all the vexpress associated dtbs are build when we
> make dtbs.
> 
> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@st.com>

There are reasons that this is done at the moment; Arnd has this under
control, and will remove this when stuff is ready to survive without
VEXPRESS enabled.

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

* [PATCH v1] ARM: do not select ARCH_VEXPRESS by default on ARCH_MULTI_V7
  2013-04-22 17:10   ` Fabio Estevam
@ 2013-04-23  6:48     ` Srinivas KANDAGATLA
  0 siblings, 0 replies; 5+ messages in thread
From: Srinivas KANDAGATLA @ 2013-04-23  6:48 UTC (permalink / raw)
  To: linux-arm-kernel

On 22/04/13 18:10, Fabio Estevam wrote:
> On Mon, Apr 22, 2013 at 1:59 PM, Pawel Moll <pawel.moll@arm.com> wrote:
>
>> Fabio was looking at this some time ago:
>> http://thread.gmane.org/gmane.linux.ports.arm.kernel/201499
>> He may comment on the relevant issues.
Thankyou for the patch, now I understand the reasoning.
> Arnd has recently posted a patch to address this issue:
> https://patchwork.kernel.org/patch/2436131/
>
> Regards,
>
> Fabio Estevam
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
>

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

end of thread, other threads:[~2013-04-23  6:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-22 12:43 [PATCH v1] ARM: do not select ARCH_VEXPRESS by default on ARCH_MULTI_V7 Srinivas KANDAGATLA
2013-04-22 16:59 ` Pawel Moll
2013-04-22 17:10   ` Fabio Estevam
2013-04-23  6:48     ` Srinivas KANDAGATLA
2013-04-22 17:49 ` Russell King - ARM Linux

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).