projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5412c4
)
[POWERPC] prpmc2800 needs a dtbImage
author
Dale Farnsworth
<
[email protected]
>
Mon, 7 Apr 2008 22:13:10 +0000
(08:13 +1000)
committer
Paul Mackerras
<
[email protected]
>
Tue, 15 Apr 2008 11:21:25 +0000
(21:21 +1000)
The prpmc2800 platform requires a zImage formatted file with an
embedded dtb file. Rename the requested boot image file to
dtbImage.prpmc2800.
Signed-off-by: Dale Farnsworth <
[email protected]
>
Acked-by: Mark A. Greer <
[email protected]
>
Acked-by: Grant Likely <
[email protected]
>
Signed-off-by: Paul Mackerras <
[email protected]
>
arch/powerpc/boot/Makefile
patch
|
blob
|
history
diff --git
a/arch/powerpc/boot/Makefile
b/arch/powerpc/boot/Makefile
index 7dcd9e953a98483ddadb46c1113cf55e02af3caa..5ba50c673390312eca8a5f1a817ccf1ace781712 100644
(file)
--- a/
arch/powerpc/boot/Makefile
+++ b/
arch/powerpc/boot/Makefile
@@
-194,7
+194,7
@@
image-$(CONFIG_PPC_CHRP) += zImage.chrp
image-$(CONFIG_PPC_EFIKA) += zImage.chrp
image-$(CONFIG_PPC_PMAC) += zImage.pmac
image-$(CONFIG_PPC_HOLLY) += zImage.holly
-image-$(CONFIG_PPC_PRPMC2800) +=
z
Image.prpmc2800
+image-$(CONFIG_PPC_PRPMC2800) +=
dtb
Image.prpmc2800
image-$(CONFIG_PPC_ISERIES) += zImage.iseries
image-$(CONFIG_DEFAULT_UIMAGE) += uImage