* Re: [RFC PATCH v1 26/31] ARC: Build system: Makefiles, Kconfig, Linker script [not found] ` <1352281674-2186-27-git-send-email-vgupta@synopsys.com> @ 2012-11-15 17:49 ` James Hogan 2012-11-15 17:49 ` James Hogan 2012-11-15 19:30 ` Ralf Baechle 0 siblings, 2 replies; 5+ messages in thread From: James Hogan @ 2012-11-15 17:49 UTC (permalink / raw) To: Vineet Gupta Cc: linux-arch, linux-kernel, tglx, arnd, Ralf Baechle, linux-mips Hi Vineet, On 07/11/12 09:47, Vineet Gupta wrote: > +config ARC I just came across arch/mips/Kconfig which also defines ARC (and ARC32). It's only used within arch/mips/, however it's probably more likely that your ARC/CONFIG_ARC will find it's way into the generic bits of the kernel which could get hit when the other ARC is defined. Perhaps it's worth getting the other ARC renamed just in case? Cheers James ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [RFC PATCH v1 26/31] ARC: Build system: Makefiles, Kconfig, Linker script 2012-11-15 17:49 ` [RFC PATCH v1 26/31] ARC: Build system: Makefiles, Kconfig, Linker script James Hogan @ 2012-11-15 17:49 ` James Hogan 2012-11-15 19:30 ` Ralf Baechle 1 sibling, 0 replies; 5+ messages in thread From: James Hogan @ 2012-11-15 17:49 UTC (permalink / raw) To: Vineet Gupta Cc: linux-arch, linux-kernel, tglx, arnd, Ralf Baechle, linux-mips Hi Vineet, On 07/11/12 09:47, Vineet Gupta wrote: > +config ARC I just came across arch/mips/Kconfig which also defines ARC (and ARC32). It's only used within arch/mips/, however it's probably more likely that your ARC/CONFIG_ARC will find it's way into the generic bits of the kernel which could get hit when the other ARC is defined. Perhaps it's worth getting the other ARC renamed just in case? Cheers James ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [RFC PATCH v1 26/31] ARC: Build system: Makefiles, Kconfig, Linker script 2012-11-15 17:49 ` [RFC PATCH v1 26/31] ARC: Build system: Makefiles, Kconfig, Linker script James Hogan 2012-11-15 17:49 ` James Hogan @ 2012-11-15 19:30 ` Ralf Baechle 2012-11-16 6:36 ` Vineet Gupta 1 sibling, 1 reply; 5+ messages in thread From: Ralf Baechle @ 2012-11-15 19:30 UTC (permalink / raw) To: James Hogan Cc: Vineet Gupta, linux-arch, linux-kernel, tglx, arnd, linux-mips On Thu, Nov 15, 2012 at 05:49:57PM +0000, James Hogan wrote: > On 07/11/12 09:47, Vineet Gupta wrote: > > +config ARC > > I just came across arch/mips/Kconfig which also defines ARC (and ARC32). > It's only used within arch/mips/, however it's probably more likely that > your ARC/CONFIG_ARC will find it's way into the generic bits of the > kernel which could get hit when the other ARC is defined. > > Perhaps it's worth getting the other ARC renamed just in case? The MIPS world surely isn't as attached to the CONFIG_ARC config symbol as Synopsis so I'm going to rename CONFIG_ARC and a few other firmware related config symbols to use a consistent prefix of CONFIG_FW_. Ralf ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [RFC PATCH v1 26/31] ARC: Build system: Makefiles, Kconfig, Linker script 2012-11-15 19:30 ` Ralf Baechle @ 2012-11-16 6:36 ` Vineet Gupta 2012-11-16 6:36 ` Vineet Gupta 0 siblings, 1 reply; 5+ messages in thread From: Vineet Gupta @ 2012-11-16 6:36 UTC (permalink / raw) To: Ralf Baechle Cc: James Hogan, linux-arch, linux-kernel, tglx, arnd, linux-mips On Friday 16 November 2012 01:00 AM, Ralf Baechle wrote: > On Thu, Nov 15, 2012 at 05:49:57PM +0000, James Hogan wrote: > >> On 07/11/12 09:47, Vineet Gupta wrote: >>> +config ARC >> I just came across arch/mips/Kconfig which also defines ARC (and ARC32). >> It's only used within arch/mips/, however it's probably more likely that >> your ARC/CONFIG_ARC will find it's way into the generic bits of the >> kernel which could get hit when the other ARC is defined. >> >> Perhaps it's worth getting the other ARC renamed just in case? > The MIPS world surely isn't as attached to the CONFIG_ARC config symbol > as Synopsis so I'm going to rename CONFIG_ARC and a few other firmware > related config symbols to use a consistent prefix of CONFIG_FW_. Thanks Ralf ! -Vineet > Ralf ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [RFC PATCH v1 26/31] ARC: Build system: Makefiles, Kconfig, Linker script 2012-11-16 6:36 ` Vineet Gupta @ 2012-11-16 6:36 ` Vineet Gupta 0 siblings, 0 replies; 5+ messages in thread From: Vineet Gupta @ 2012-11-16 6:36 UTC (permalink / raw) To: Ralf Baechle Cc: James Hogan, linux-arch, linux-kernel, tglx, arnd, linux-mips On Friday 16 November 2012 01:00 AM, Ralf Baechle wrote: > On Thu, Nov 15, 2012 at 05:49:57PM +0000, James Hogan wrote: > >> On 07/11/12 09:47, Vineet Gupta wrote: >>> +config ARC >> I just came across arch/mips/Kconfig which also defines ARC (and ARC32). >> It's only used within arch/mips/, however it's probably more likely that >> your ARC/CONFIG_ARC will find it's way into the generic bits of the >> kernel which could get hit when the other ARC is defined. >> >> Perhaps it's worth getting the other ARC renamed just in case? > The MIPS world surely isn't as attached to the CONFIG_ARC config symbol > as Synopsis so I'm going to rename CONFIG_ARC and a few other firmware > related config symbols to use a consistent prefix of CONFIG_FW_. Thanks Ralf ! -Vineet > Ralf ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-11-16 6:37 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1352281674-2186-1-git-send-email-vgupta@synopsys.com>
[not found] ` <1352281674-2186-27-git-send-email-vgupta@synopsys.com>
2012-11-15 17:49 ` [RFC PATCH v1 26/31] ARC: Build system: Makefiles, Kconfig, Linker script James Hogan
2012-11-15 17:49 ` James Hogan
2012-11-15 19:30 ` Ralf Baechle
2012-11-16 6:36 ` Vineet Gupta
2012-11-16 6:36 ` Vineet Gupta
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox