RE: [U-Boot-Users] questions regarding entry point

Right, all of this should be taken care of in the kernel Makefile; see existing examples. Eventually look at the DENX trees which do this on PPC, ARM and MIPS.
I can't find any reference to uImage in... 2.6.15 Makefile http://www.denx.de/cgi-bin/cvsweb/linux-mips/Makefile. http://www.denx.de/cgi-bin/cvsweb/linux-2.4/Makefile
I'm clearly missing something. Where can I see an example of uImage implemented as a target of a linux Makefile?
============================================================ The information contained in this message may be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any reproduction, dissemination or distribution of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer. Thank you. Tellabs ============================================================

In message 7DE680819FF6BF49974119663963FDB902D80BFD@USVAEX1.tellabs-west.tellabsinc.net you wrote:
I can't find any reference to uImage in... 2.6.15 Makefile http://www.denx.de/cgi-bin/cvsweb/linux-mips/Makefile. http://www.denx.de/cgi-bin/cvsweb/linux-2.4/Makefile
The image rules are simply not in the top level Makefile.
I'm clearly missing something. Where can I see an example of uImage implemented as a target of a linux Makefile?
DENX Trees: 2.4 PPC: arch/ppc/Makefile arch/ppc/boot/Makefile 2.4 ARM: arch/arm/Makefile arch/arm/boot/Makefile 2.4 MIPS: arch/mips/Makefile arch/mips/infineon/incaip/basic/Makefile
All: 2.6.16: arch/arm/Makefile arch/arm/boot/Makefile arch/ppc/Makefile arch/ppc/boot/images/Makefile arch/powerpc/Makefile arch/powerpc/boot/Makefile
Best regards,
Wolfgang Denk
participants (2)
-
Burch, John T.
-
Wolfgang Denk