]> git.karo-electronics.de Git - linux-beck.git/commitdiff
[POWERPC] 85xx: Emerson KSI8560 bootwrapper
authorAlexandr Smirnov <asmirnov@ru.mvista.com>
Tue, 4 Mar 2008 16:34:26 +0000 (19:34 +0300)
committerKumar Gala <galak@kernel.crashing.org>
Wed, 26 Mar 2008 16:30:45 +0000 (11:30 -0500)
Add boot wrapper for Emerson KSI8560 board.

Signed-off-by: Alexandr Smirnov <asmirnov@ru.mvista.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/boot/Makefile
arch/powerpc/boot/wrapper

index 1aded8f759d0fc7e164b91a5208e0256ad7ea9cd..a5528abb170a0a715ba883e87674d2387a3a888e 100644 (file)
@@ -255,6 +255,7 @@ image-$(CONFIG_TQM8555)                     += cuImage.tqm8555
 image-$(CONFIG_TQM8560)                        += cuImage.tqm8560
 image-$(CONFIG_SBC8548)                        += cuImage.sbc8548
 image-$(CONFIG_SBC8560)                        += cuImage.sbc8560
+image-$(CONFIG_KSI8560)                        += cuImage.ksi8560
 
 # Board ports in arch/powerpc/platform/embedded6xx/Kconfig
 image-$(CONFIG_STORCENTER)             += cuImage.storcenter
index 8f8b8494d62f8c6eb4c2a9b17ca16fc22a66f852..03b474bfe7476ff76ada2500d893b65b815ae49c 100755 (executable)
@@ -174,7 +174,7 @@ cuboot*)
     *-mpc83*)
         platformo=$object/cuboot-83xx.o
         ;;
-    *-tqm8541|*-mpc8560*|*-tqm8560|*-tqm8555)
+    *-tqm8541|*-mpc8560*|*-tqm8560|*-tqm8555|*-ksi8560*)
         platformo=$object/cuboot-85xx-cpm2.o
         ;;
     *-mpc85*|*-tqm8540|*-sbc85*)