diff options
author | Scott Wood <scottwood@freescale.com> | 2007-09-14 15:58:25 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-10-04 12:02:40 -0400 |
commit | 11c146cc19df337f4af42dade9e4fca33c5a54ee (patch) | |
tree | 843819313e2e69720ddf119d86cc41b78978dfa7 /arch/powerpc/boot/Makefile | |
parent | 20906ecea2004c0667c8b229ac6461d16ea6bde3 (diff) |
[POWERPC] 8xx/wrapper: Embedded Planet EP88xC support
This board is also resold by Freescale under the names
"QUICCStart MPC885 Evaluation System" and "CWH-PPC-885XN-VE".
Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/Makefile')
-rw-r--r-- | arch/powerpc/boot/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile index 6d1935a06ee1..a90baa3aff23 100644 --- a/arch/powerpc/boot/Makefile +++ b/arch/powerpc/boot/Makefile | |||
@@ -51,7 +51,8 @@ src-wlib := string.S crt0.S stdio.c main.c flatdevtree.c flatdevtree_misc.c \ | |||
51 | src-plat := of.c cuboot-52xx.c cuboot-83xx.c cuboot-85xx.c holly.c \ | 51 | src-plat := of.c cuboot-52xx.c cuboot-83xx.c cuboot-85xx.c holly.c \ |
52 | cuboot-ebony.c treeboot-ebony.c prpmc2800.c \ | 52 | cuboot-ebony.c treeboot-ebony.c prpmc2800.c \ |
53 | ps3-head.S ps3-hvcall.S ps3.c treeboot-bamboo.c cuboot-8xx.c \ | 53 | ps3-head.S ps3-hvcall.S ps3.c treeboot-bamboo.c cuboot-8xx.c \ |
54 | cuboot-pq2.c cuboot-sequoia.c treeboot-walnut.c cuboot-bamboo.c | 54 | cuboot-pq2.c cuboot-sequoia.c treeboot-walnut.c cuboot-bamboo.c \ |
55 | fixed-head.S ep88xc.c | ||
55 | src-boot := $(src-wlib) $(src-plat) empty.c | 56 | src-boot := $(src-wlib) $(src-plat) empty.c |
56 | 57 | ||
57 | src-boot := $(addprefix $(obj)/, $(src-boot)) | 58 | src-boot := $(addprefix $(obj)/, $(src-boot)) |
@@ -144,6 +145,7 @@ image-$(CONFIG_DEFAULT_UIMAGE) += uImage | |||
144 | 145 | ||
145 | ifneq ($(CONFIG_DEVICE_TREE),"") | 146 | ifneq ($(CONFIG_DEVICE_TREE),"") |
146 | image-$(CONFIG_PPC_8xx) += cuImage.8xx | 147 | image-$(CONFIG_PPC_8xx) += cuImage.8xx |
148 | image-$(CONFIG_PPC_EP88XC) += zImage.ep88xc | ||
147 | image-$(CONFIG_8260) += cuImage.pq2 | 149 | image-$(CONFIG_8260) += cuImage.pq2 |
148 | image-$(CONFIG_PPC_MPC52xx) += cuImage.52xx | 150 | image-$(CONFIG_PPC_MPC52xx) += cuImage.52xx |
149 | image-$(CONFIG_PPC_83xx) += cuImage.83xx | 151 | image-$(CONFIG_PPC_83xx) += cuImage.83xx |