diff options
author | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2008-03-06 22:15:52 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2008-03-26 08:19:17 -0400 |
commit | d0a48c9f4c4582a966ce6426c1bf8ef1e37e63ee (patch) | |
tree | 8f9a9ded94d2cdda8330bb76d7b6a867e765d64f /arch/powerpc/boot/Makefile | |
parent | ed70854a4f45d089bd8ef2e8476dbed6287b2ff7 (diff) |
[POWERPC] 4xx: Add bootwrapper for AMCC Yosemite board
Add the cuboot wrapper for the AMCC 440EP Yosemite board
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/boot/Makefile')
-rw-r--r-- | arch/powerpc/boot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile index 1aded8f759d0..75b4e1f64b51 100644 --- a/arch/powerpc/boot/Makefile +++ b/arch/powerpc/boot/Makefile | |||
@@ -64,7 +64,7 @@ src-plat := of.c cuboot-52xx.c cuboot-824x.c cuboot-83xx.c cuboot-85xx.c holly.c | |||
64 | cuboot-bamboo.c cuboot-mpc7448hpc2.c cuboot-taishan.c \ | 64 | cuboot-bamboo.c cuboot-mpc7448hpc2.c cuboot-taishan.c \ |
65 | fixed-head.S ep88xc.c ep405.c \ | 65 | fixed-head.S ep88xc.c ep405.c \ |
66 | cuboot-katmai.c cuboot-rainier.c redboot-8xx.c ep8248e.c \ | 66 | cuboot-katmai.c cuboot-rainier.c redboot-8xx.c ep8248e.c \ |
67 | cuboot-warp.c cuboot-85xx-cpm2.c | 67 | cuboot-warp.c cuboot-85xx-cpm2.c cuboot-yosemite.c |
68 | src-boot := $(src-wlib) $(src-plat) empty.c | 68 | src-boot := $(src-wlib) $(src-plat) empty.c |
69 | 69 | ||
70 | src-boot := $(addprefix $(obj)/, $(src-boot)) | 70 | src-boot := $(addprefix $(obj)/, $(src-boot)) |
@@ -216,6 +216,7 @@ image-$(CONFIG_RAINIER) += cuImage.rainier | |||
216 | image-$(CONFIG_TAISHAN) += cuImage.taishan | 216 | image-$(CONFIG_TAISHAN) += cuImage.taishan |
217 | image-$(CONFIG_KATMAI) += cuImage.katmai | 217 | image-$(CONFIG_KATMAI) += cuImage.katmai |
218 | image-$(CONFIG_WARP) += cuImage.warp | 218 | image-$(CONFIG_WARP) += cuImage.warp |
219 | image-$(CONFIG_YOSEMITE) += cuImage.yosemite | ||
219 | 220 | ||
220 | # Board ports in arch/powerpc/platform/8xx/Kconfig | 221 | # Board ports in arch/powerpc/platform/8xx/Kconfig |
221 | image-$(CONFIG_PPC_MPC86XADS) += cuImage.mpc866ads | 222 | image-$(CONFIG_PPC_MPC86XADS) += cuImage.mpc866ads |