|
@@ -64,7 +64,7 @@ src-plat := of.c cuboot-52xx.c cuboot-824x.c cuboot-83xx.c cuboot-85xx.c holly.c
|
|
cuboot-bamboo.c cuboot-mpc7448hpc2.c cuboot-taishan.c \
|
|
cuboot-bamboo.c cuboot-mpc7448hpc2.c cuboot-taishan.c \
|
|
fixed-head.S ep88xc.c ep405.c \
|
|
fixed-head.S ep88xc.c ep405.c \
|
|
cuboot-katmai.c cuboot-rainier.c redboot-8xx.c ep8248e.c \
|
|
cuboot-katmai.c cuboot-rainier.c redboot-8xx.c ep8248e.c \
|
|
- cuboot-warp.c cuboot-85xx-cpm2.c
|
|
|
|
|
|
+ cuboot-warp.c cuboot-85xx-cpm2.c cuboot-yosemite.c
|
|
src-boot := $(src-wlib) $(src-plat) empty.c
|
|
src-boot := $(src-wlib) $(src-plat) empty.c
|
|
|
|
|
|
src-boot := $(addprefix $(obj)/, $(src-boot))
|
|
src-boot := $(addprefix $(obj)/, $(src-boot))
|
|
@@ -216,6 +216,7 @@ image-$(CONFIG_RAINIER) += cuImage.rainier
|
|
image-$(CONFIG_TAISHAN) += cuImage.taishan
|
|
image-$(CONFIG_TAISHAN) += cuImage.taishan
|
|
image-$(CONFIG_KATMAI) += cuImage.katmai
|
|
image-$(CONFIG_KATMAI) += cuImage.katmai
|
|
image-$(CONFIG_WARP) += cuImage.warp
|
|
image-$(CONFIG_WARP) += cuImage.warp
|
|
|
|
+image-$(CONFIG_YOSEMITE) += cuImage.yosemite
|
|
|
|
|
|
# Board ports in arch/powerpc/platform/8xx/Kconfig
|
|
# Board ports in arch/powerpc/platform/8xx/Kconfig
|
|
image-$(CONFIG_PPC_MPC86XADS) += cuImage.mpc866ads
|
|
image-$(CONFIG_PPC_MPC86XADS) += cuImage.mpc866ads
|