From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 0A2121A0205 for ; Tue, 21 Apr 2015 12:09:33 +1000 (AEST) Received: from na01-by2-obe.outbound.protection.outlook.com (mail-by2on0104.outbound.protection.outlook.com [207.46.100.104]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 667CF1401AD for ; Tue, 21 Apr 2015 12:09:31 +1000 (AEST) Message-ID: <1429582152.4352.73.camel@freescale.com> Subject: Re: new way of writing defconfigs for freescale's powerpc platforms From: Scott Wood To: Timur Tabi Date: Mon, 20 Apr 2015 21:09:12 -0500 In-Reply-To: References: <1429232060.22546.7.camel@ellerman.id.au> <1429244000.32545.51.camel@freescale.com> <1429251526.22546.8.camel@ellerman.id.au> <1429296759.4352.8.camel@freescale.com> <1429561902.4352.29.camel@freescale.com> Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Cc: "linuxppc-dev@ozlabs.org" , Richard Schmitt , Lijun Pan List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 2015-04-20 at 21:02 -0500, Timur Tabi wrote: > On Mon, Apr 20, 2015 at 3:31 PM, Scott Wood wrote: > > > > > > The ability to merge configs is already there. We're just talking about > > using that functionality. > > Why do you need a powerpc-specific way to use merge_config.sh? Other > architectures have the same problem with defconfigs. What are you perceiving as "powerpc-specific" about what we're proposing? Are you complaining about the actual content of which fragments to use to produce which defconfigs going in arch/powerpc? > Besides, wouldn't it make more sense to define a new defconfig type, > like p1_defconfig.merge, and if you do "make p1_defconfig.merge" it > knows to call merge_config.sh? That's already there. "make .config". -Scott