[2.6 patch] Add cuImage.mpc866ads to the bootwrapper as a cuboot-8xx target

Adrian Bunk bunk at kernel.org
Fri Aug 1 02:10:22 EST 2008


From: Scott Wood <scottwood at freescale.com>

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 <bunk at kernel.org>
Signed-off-by: Scott Wood <scottwood at freescale.com>
Signed-off-by: Adrian Bunk <bunk at kernel.org>

---

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)



More information about the Linuxppc-dev mailing list