From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp4.pp.htv.fi (smtp4.pp.htv.fi [213.243.153.38]) by ozlabs.org (Postfix) with ESMTP id 4CA52DDF4A for ; Fri, 1 Aug 2008 02:11:19 +1000 (EST) Date: Thu, 31 Jul 2008 19:10:22 +0300 From: Adrian Bunk To: paulus@samba.org, benh@kernel.crashing.org Subject: [2.6 patch] Add cuImage.mpc866ads to the bootwrapper as a cuboot-8xx target Message-ID: <20080731161020.GD20212@cs181140183.pp.htv.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Cc: Scott Wood , linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 --- This patch was sent by Scott Wood on: - 21 May 2008 arch/powerpc/boot/wrapper | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/powerpc/boot/wrapper b/arch/powerpc/boot/wrapper index d6c96d9..3b59e33 100755 --- a/arch/powerpc/boot/wrapper +++ b/arch/powerpc/boot/wrapper @@ -159,7 +159,7 @@ cuboot*) binary=y gzip= case "$platform" in - *-mpc885ads|*-adder875*|*-ep88xc) + *-mpc866ads|*-mpc885ads|*-adder875*|*-ep88xc) platformo=$object/cuboot-8xx.o ;; *5200*|*-motionpro)