diff options
author | Roy Zang <tie-fei.zang@freescale.com> | 2007-09-24 06:31:55 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-10-04 12:02:50 -0400 |
commit | c4e05bc57dd14294683cdea7fe36ce3c01f5c6ae (patch) | |
tree | 8436782d7378538543d9706013f16f5f4fccd308 /arch/powerpc/boot/Makefile | |
parent | 3611f2ad424094655d381f099613a6f43239824d (diff) |
[POWERPC] bootwrapper: adds cuboot for MPC7448HPC2 platform
This patch adds cuboot support for MPC7448HPC2 platform.
The cuImage can be used with legacy u-boot without FDT support.
Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
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 a90baa3aff23..f3f7ce3d79a5 100644 --- a/arch/powerpc/boot/Makefile +++ b/arch/powerpc/boot/Makefile | |||
@@ -52,7 +52,7 @@ 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 | fixed-head.S ep88xc.c cuboot-hpc2.c |
56 | src-boot := $(src-wlib) $(src-plat) empty.c | 56 | src-boot := $(src-wlib) $(src-plat) empty.c |
57 | 57 | ||
58 | src-boot := $(addprefix $(obj)/, $(src-boot)) | 58 | src-boot := $(addprefix $(obj)/, $(src-boot)) |
@@ -150,6 +150,7 @@ image-$(CONFIG_8260) += cuImage.pq2 | |||
150 | image-$(CONFIG_PPC_MPC52xx) += cuImage.52xx | 150 | image-$(CONFIG_PPC_MPC52xx) += cuImage.52xx |
151 | image-$(CONFIG_PPC_83xx) += cuImage.83xx | 151 | image-$(CONFIG_PPC_83xx) += cuImage.83xx |
152 | image-$(CONFIG_PPC_85xx) += cuImage.85xx | 152 | image-$(CONFIG_PPC_85xx) += cuImage.85xx |
153 | image-$(CONFIG_MPC7448HPC2) += cuImage.hpc2 | ||
153 | image-$(CONFIG_EBONY) += treeImage.ebony cuImage.ebony | 154 | image-$(CONFIG_EBONY) += treeImage.ebony cuImage.ebony |
154 | image-$(CONFIG_BAMBOO) += treeImage.bamboo cuImage.bamboo | 155 | image-$(CONFIG_BAMBOO) += treeImage.bamboo cuImage.bamboo |
155 | image-$(CONFIG_SEQUOIA) += cuImage.sequoia | 156 | image-$(CONFIG_SEQUOIA) += cuImage.sequoia |