It just take some time to figure out that there is no make cuImage
for the embedded powerpc stuff when you want to embed the
OF device tree into the target.

You have to use 'make zImage' instead.

The following patch adds a comment to the platform specific
'make help' section.

Signed-off-by: Clemens Koller <[EMAIL PROTECTED]>
--- arch/powerpc/Makefile~      2007-10-12 18:43:44.000000000 +0200
+++ arch/powerpc/Makefile       2007-11-06 21:27:59.000000000 +0100
@@ -159,6 +159,8 @@ $(BOOT_TARGETS): vmlinux
 
 define archhelp
   @echo '* zImage          - Compressed kernel image 
(arch/$(ARCH)/boot/zImage.*)'
+  @echo '                    Use this target also when you want to build a 
cuImage'
+  @echo '                    with an embedded OF device tree.'
   @echo '  install         - Install kernel using'
   @echo '                    (your) ~/bin/installkernel or'
   @echo '                    (distribution) /sbin/installkernel or'
_______________________________________________
Linuxppc-embedded mailing list
Linuxppc-embedded@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-embedded

Reply via email to