From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from semihalf.com (semihalf.com [206.130.101.55]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id AED02DE203 for ; Tue, 15 Apr 2008 20:35:56 +1000 (EST) Message-ID: <480484C5.5040907@semihalf.com> Date: Tue, 15 Apr 2008 12:34:45 +0200 From: Bartlomiej Sieka MIME-Version: 1.0 To: Grant Likely Subject: Re: Please pull linux-2.6-mpc52xx.git References: <20080317222836.AFA66241A2@gemini.denx.de> <47E938A8.9000103@semihalf.com> <47F22C9A.4050501@semihalf.com> <47F60D5D.5090402@semihalf.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: linuxppc-dev List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Grant, Grant Likely wrote: > On Fri, Apr 4, 2008 at 5:13 AM, Bartlomiej Sieka wrote: >> Bartlomiej Sieka wrote: >> >>> Hi Grant, >>> >>> Grant Likely wrote: >>>> I'm thinking 'optimized' defconfigs should go into a subdirectory. >>> This requires a change to the top-level Makefile and shepherding this >>> change upstream. Could we perhaps try to avoid this by having optimized >>> defconfigs in the form of, for example: > > I don't think changes are required to put them in a subdir: > > $ mkdir arch/powerpc/configs/optimized > $ cp arch/powerpc/configs/mpc5200_defconfig > arch/powerpc/configs/optimized/lite5200_defconfig > $ make optimized/lite5200_defconfig > > This works for me. Yes, this indeed works. I'm about to post a patch that adds board-specific defconfigs for 52xx boards -- could you review it and push the changes upstream via your tree? Thanks in advance. Regards, Bartlomiej