aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc/boot
diff options
context:
space:
mode:
authorRoland Dreier <rolandd@cisco.com>2005-11-07 03:58:14 -0500
committerLinus Torvalds <torvalds@g5.osdl.org>2005-11-07 10:53:26 -0500
commit90eb2665841d7b444602736e2141a01c948f75b1 (patch)
tree91300cf853d68a68dcefd62d7bdee28b5a441162 /arch/ppc/boot
parentb0f7b8bc57ee90138a7c429951457027a90c326f (diff)
[PATCH] ppc32: Add Yucca (440SPe eval board) platform
Add support for AMCC PowerPC 440SPe "Yucca" eval board platform. Signed-off-by: Roland Dreier <rolandd@cisco.com> Cc: Matt Porter <mporter@kernel.crashing.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/ppc/boot')
-rw-r--r--arch/ppc/boot/simple/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/ppc/boot/simple/Makefile b/arch/ppc/boot/simple/Makefile
index b7bd8f61a4ad..ff0904ee889d 100644
--- a/arch/ppc/boot/simple/Makefile
+++ b/arch/ppc/boot/simple/Makefile
@@ -79,6 +79,12 @@ zimageinitrd-$(CONFIG_LUAN) := zImage.initrd-TREE
79 entrypoint-$(CONFIG_LUAN) := 0x01000000 79 entrypoint-$(CONFIG_LUAN) := 0x01000000
80 extra.o-$(CONFIG_LUAN) := pibs.o 80 extra.o-$(CONFIG_LUAN) := pibs.o
81 81
82 zimage-$(CONFIG_YUCCA) := zImage-TREE
83zimageinitrd-$(CONFIG_YUCCA) := zImage.initrd-TREE
84 end-$(CONFIG_YUCCA) := yucca
85 entrypoint-$(CONFIG_YUCCA) := 0x01000000
86 extra.o-$(CONFIG_YUCCA) := pibs.o
87
82 zimage-$(CONFIG_OCOTEA) := zImage-TREE 88 zimage-$(CONFIG_OCOTEA) := zImage-TREE
83zimageinitrd-$(CONFIG_OCOTEA) := zImage.initrd-TREE 89zimageinitrd-$(CONFIG_OCOTEA) := zImage.initrd-TREE
84 end-$(CONFIG_OCOTEA) := ocotea 90 end-$(CONFIG_OCOTEA) := ocotea