From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from spb.rtsoft.ru (unknown [212.176.242.38]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 6CC49DDF43 for ; Wed, 5 Mar 2008 03:26:08 +1100 (EST) Received: from spb.rtsoft.ru (spb.rtsoft.ru [127.0.0.1]) by spb.rtsoft.ru (8.13.5/8.13.5) with ESMTP id m24GYQxi020269 for ; Tue, 4 Mar 2008 19:34:26 +0300 Received: (from alex@localhost) by spb.rtsoft.ru (8.13.5/8.13.5/Submit) id m24GYQrL020268 for linuxppc-dev@ozlabs.org; Tue, 4 Mar 2008 19:34:26 +0300 Date: Tue, 4 Mar 2008 19:34:26 +0300 From: Alexandr Smirnov To: linuxppc-dev@ozlabs.org Subject: [PATCH 2/4] Emerson KSI8560 bootwrapper Message-ID: <20080304163426.GC19634@ru.mvista.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20080304162322.GA19634@ru.mvista.com> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Add boot wrapper for Emerson KSI8560 board. Signed-off-by: Alexandr Smirnov arch/powerpc/boot/Makefile | 1 + arch/powerpc/boot/wrapper | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile index e3993a6..f43dd6e 100644 --- a/arch/powerpc/boot/Makefile +++ b/arch/powerpc/boot/Makefile @@ -255,6 +255,7 @@ image-$(CONFIG_TQM8555) += cuImage.tqm8555 image-$(CONFIG_TQM8560) += cuImage.tqm8560 image-$(CONFIG_SBC8548) += cuImage.tqm8548 image-$(CONFIG_SBC8560) += cuImage.tqm8560 +image-$(CONFIG_KSI8560) += cuImage.ksi8560 # Board ports in arch/powerpc/platform/embedded6xx/Kconfig image-$(CONFIG_STORCENTER) += cuImage.storcenter diff --git a/arch/powerpc/boot/wrapper b/arch/powerpc/boot/wrapper index c317815..6655a90 100755 --- a/arch/powerpc/boot/wrapper +++ b/arch/powerpc/boot/wrapper @@ -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*)