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 AD411DE98D for ; Thu, 21 Aug 2008 15:37:44 +1000 (EST) Message-Id: From: Kumar Gala To: Adrian Bunk In-Reply-To: <20080731161020.GD20212@cs181140183.pp.htv.fi> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Mime-Version: 1.0 (Apple Message framework v926) Subject: Re: [2.6 patch] Add cuImage.mpc866ads to the bootwrapper as a cuboot-8xx target Date: Thu, 21 Aug 2008 00:37:32 -0500 References: <20080731161020.GD20212@cs181140183.pp.htv.fi> Cc: Scott Wood , paulus@samba.org, linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Jul 31, 2008, at 11:10 AM, Adrian Bunk wrote: > From: Scott Wood > > This patch fixes the following build error with mpc866_ads_defconfig: > > <-- snip --> > > ... > WRAP arch/powerpc/boot/cuImage.mpc866ads > powerpc64-linux-ld: arch/powerpc/boot/cuboot-mpc866ads.o: No such > file: No such file or directory > make[2]: *** [arch/powerpc/boot/cuImage.mpc866ads] Error 1 > > <-- snip --> > > Reported-by: Adrian Bunk > Signed-off-by: Scott Wood > Signed-off-by: Adrian Bunk > > --- applied. - k