From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vineet Gupta Subject: Re: [RFC PATCH v1 26/31] ARC: Build system: Makefiles, Kconfig, Linker script Date: Fri, 16 Nov 2012 12:06:02 +0530 Message-ID: <50A5DED2.5030803@synopsys.com> References: <1352281674-2186-1-git-send-email-vgupta@synopsys.com> <1352281674-2186-27-git-send-email-vgupta@synopsys.com> <50A52B45.6030907@imgtec.com> <20121115193050.GA1244@linux-mips.org> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Return-path: Received: from alvesta.synopsys.com ([198.182.60.77]:32921 "EHLO alvesta.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750765Ab2KPGhu (ORCPT ); Fri, 16 Nov 2012 01:37:50 -0500 In-Reply-To: <20121115193050.GA1244@linux-mips.org> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Ralf Baechle Cc: James Hogan , linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, tglx@linutronix.de, arnd@arndb.de, linux-mips@linux-mips.org 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Fri, 16 Nov 2012 07:37:58 +0100 (CET) Received: from us02smtp2.synopsys.com ([198.182.60.77]:32923 "EHLO alvesta.synopsys.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S6823909Ab2KPGh5Dt0Rx (ORCPT ); Fri, 16 Nov 2012 07:37:57 +0100 Received: from mailhost.synopsys.com (mailhost1.synopsys.com [10.12.238.239]) by alvesta.synopsys.com (Postfix) with ESMTP id EC8DCB4E28; Thu, 15 Nov 2012 22:37:49 -0800 (PST) Received: from mailhost.synopsys.com (localhost [127.0.0.1]) by mailhost.synopsys.com (Postfix) with ESMTP id DB808C29; Thu, 15 Nov 2012 22:37:49 -0800 (PST) Received: from us01wehtc1.internal.synopsys.com (us01wehtc1.internal.synopsys.com [10.12.239.235]) by mailhost.synopsys.com (Postfix) with ESMTP id 5989AC27; Thu, 15 Nov 2012 22:37:49 -0800 (PST) Received: from IN01WEHTC2.internal.synopsys.com (10.144.199.212) by us01wehtc1.internal.synopsys.com (10.12.239.235) with Microsoft SMTP Server (TLS) id 14.2.298.4; Thu, 15 Nov 2012 22:36:16 -0800 Received: from [10.12.197.205] (10.12.197.205) by in01wehtc2.internal.synopsys.com (10.144.199.243) with Microsoft SMTP Server (TLS) id 14.2.298.4; Fri, 16 Nov 2012 12:06:12 +0530 Message-ID: <50A5DED2.5030803@synopsys.com> Date: Fri, 16 Nov 2012 12:06:02 +0530 From: Vineet Gupta User-Agent: Mozilla/5.0 (X11; Linux i686; rv:16.0) Gecko/20121011 Thunderbird/16.0.1 MIME-Version: 1.0 To: Ralf Baechle CC: James Hogan , , , , , Subject: Re: [RFC PATCH v1 26/31] ARC: Build system: Makefiles, Kconfig, Linker script References: <1352281674-2186-1-git-send-email-vgupta@synopsys.com> <1352281674-2186-27-git-send-email-vgupta@synopsys.com> <50A52B45.6030907@imgtec.com> <20121115193050.GA1244@linux-mips.org> In-Reply-To: <20121115193050.GA1244@linux-mips.org> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.12.197.205] X-archive-position: 35023 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: Vineet.Gupta1@synopsys.com Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips Return-Path: 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