From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id E77A6DE022 for ; Thu, 10 Apr 2008 01:27:16 +1000 (EST) Message-Id: <9258E8EF-27DF-44C4-BF73-335D9EB5DD7A@kernel.crashing.org> From: Kumar Gala To: Wood Scott In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Mime-Version: 1.0 (Apple Message framework v919.2) Subject: Re: [PATCH] [POWERPC] 83xx/85xx: Reorganize defconfigs Date: Wed, 9 Apr 2008 10:27:04 -0500 References: Cc: ppc-dev list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Apr 9, 2008, at 10:26 AM, Grant Likely wrote: > On Wed, Apr 9, 2008 at 9:18 AM, Kumar Gala > wrote: >> Board specific defconfigs are useful, however with the ability to do >> multi-board defconfigs they aren't needed in the top level configs >> directory >> >> Move the 83xx/85xx board specific defconfigs to individual >> directories under >> arch/powerpc/configs. >> >> Signed-off-by: Kumar Gala > Acked-by: Grant Likely Scott is 8xx capable of having a generic defconfig such that we can build a single kernel image that will run on the various boards? - k