Re: [PATCH 18/20] bootwrapper: Add a zImage.bin. target.

2007-08-20 Thread David Gibson
On Mon, Aug 20, 2007 at 12:40:10PM -0500, Scott Wood wrote: > This target produces a flat binary rather than an ELF file, and prints > the start address for the user to jump to (since it is unfortunately not > fixed). For platforms whose firmware can't take an image format including an entry point

[PATCH 18/20] bootwrapper: Add a zImage.bin. target.

2007-08-20 Thread Scott Wood
This target produces a flat binary rather than an ELF file, and prints the start address for the user to jump to (since it is unfortunately not fixed). Signed-off-by: Scott Wood <[EMAIL PROTECTED]> --- arch/powerpc/boot/Makefile |5 - arch/powerpc/boot/wrapper | 11 +++ 2 files