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 87CEFDDEFD for ; Fri, 29 Feb 2008 01:22:04 +1100 (EST) Message-Id: From: Kumar Gala To: maxime louvel 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: 2.6.25-rc3 on mpc8548amc doesn't boot Date: Thu, 28 Feb 2008 08:21:58 -0600 References: Cc: linuxppc-embedded@ozlabs.org List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Feb 28, 2008, at 2:31 AM, maxime louvel wrote: > Hi, > > I have a question for submitting my changes: > As I said I have commented a few line in arch/powerpc/boot/Makefile > #$(obj)/4xx.o: BOOTCFLAGS += -mcpu=405 > #$(obj)/ebony.o: BOOTCFLAGS += -mcpu=405 > #$(obj)/cuboot-taishan.o: BOOTCFLAGS += -mcpu=405 > #$(obj)/cuboot-katmai.o: BOOTCFLAGS += -mcpu=405 > #$(obj)/treeboot-walnut.o: BOOTCFLAGS += -mcpu=40 > > I guess that shouldn't be integrated in my patch, should I ? > For what I have found on websearch that should come from my gcc > version (3.4.3 with specific stuff). > But still I needed that... I thought Josh published a patch to work around the toolchain issues people had. But yes, this shouldn't be part of the patch :) - k