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 ESMTP id 75AFFDE025 for ; Sat, 8 Mar 2008 01:46:41 +1100 (EST) Message-Id: From: Kumar Gala To: Scott Wood In-Reply-To: <20080220183338.GA9282@loki.buserror.net> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Mime-Version: 1.0 (Apple Message framework v919.2) Subject: Re: [PATCH] Fix wrapper platform for adder875, and combine defconfigs. Date: Fri, 7 Mar 2008 08:46:34 -0600 References: <20080220183338.GA9282@loki.buserror.net> Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Feb 20, 2008, at 12:33 PM, Scott Wood wrote: > This fixes the following bug: > http://ozlabs.org/pipermail/linuxppc-dev/2008-February/051979.html > > Separate defconfigs are no longer needed now that CONFIG_DEVICE_TREE > is gone. > > Signed-off-by: Scott Wood > --- > arch/powerpc/boot/wrapper | 6 +- > arch/powerpc/configs/adder875-uboot_defconfig | 798 > -------------------- > ...der875-redboot_defconfig => adder875_defconfig} | 61 +- > 3 files changed, 43 insertions(+), 822 deletions(-) > delete mode 100644 arch/powerpc/configs/adder875-uboot_defconfig > rename arch/powerpc/configs/{adder875-redboot_defconfig => > adder875_defconfig} (95%) applied. - k