diff options
author | Alexandr Smirnov <asmirnov@ru.mvista.com> | 2008-03-04 19:34:26 +0300 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-03-26 11:30:45 -0500 |
commit | ff880112afbc05b478cb5b4fa58ad160004193f4 (patch) | |
tree | 22a0c36968c607c1e034ff71df8e33bf848a8ee5 /arch/powerpc/boot/Makefile | |
parent | 22b619eee525371a65d1386e5d6439b26d9b024c (diff) | |
download | talos-op-linux-ff880112afbc05b478cb5b4fa58ad160004193f4.tar.gz talos-op-linux-ff880112afbc05b478cb5b4fa58ad160004193f4.zip |
[POWERPC] 85xx: Emerson KSI8560 bootwrapper
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>
Diffstat (limited to 'arch/powerpc/boot/Makefile')
-rw-r--r-- | arch/powerpc/boot/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile index 1aded8f759d0..a5528abb170a 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.sbc8548 image-$(CONFIG_SBC8560) += cuImage.sbc8560 +image-$(CONFIG_KSI8560) += cuImage.ksi8560 # Board ports in arch/powerpc/platform/embedded6xx/Kconfig image-$(CONFIG_STORCENTER) += cuImage.storcenter |