Commit 8dd217b2 authored by Scott Wood's avatar Scott Wood Committed by Kumar Gala

powerpc: Add cuImage.mpc866ads to the bootwrapper as a cuboot-8xx target

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: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarScott Wood <scottwood@freescale.com>
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 639d6445
...@@ -165,7 +165,7 @@ cuboot*) ...@@ -165,7 +165,7 @@ cuboot*)
binary=y binary=y
gzip= gzip=
case "$platform" in case "$platform" in
*-mpc885ads|*-adder875*|*-ep88xc) *-mpc866ads|*-mpc885ads|*-adder875*|*-ep88xc)
platformo=$object/cuboot-8xx.o platformo=$object/cuboot-8xx.o
;; ;;
*5200*|*-motionpro) *5200*|*-motionpro)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment