linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] vs. latest linuxppc_2_4_devel fixes walnut build
@ 2003-02-10 19:16 Cort Dougan
  2003-02-10 23:24 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Cort Dougan @ 2003-02-10 19:16 UTC (permalink / raw)
  To: linuxppc-dev


This fixes 'make znetboot' for the walnut and ebony.  There are many files
in arch/ppc/boot/images/ and the * in the cp command didn't work.

It also gets rid of extra whitespace on line 245 that some versions of make
don't like.

diff -Nru a/arch/ppc/boot/simple/Makefile b/arch/ppc/boot/simple/Makefile
--- a/arch/ppc/boot/simple/Makefile	Mon Feb 10 12:14:52 2003
+++ b/arch/ppc/boot/simple/Makefile	Mon Feb 10 12:14:52 2003
@@ -64,9 +64,13 @@
 # The rest will be unset.
 ifeq ($(CONFIG_EBONY),y)
 ZIMAGE				:= zImage-EBONY
+ZNETBOOT			:= zImage.treeboot
 ZIMAGEINITRD			:= zImage.initrd-EBONY
 TFTPIMAGE			:= /tftpboot/zImage.ebony
 endif
+ifeq ($(CONFIG_WALNUT),y)
+ZNETBOOT			:= zImage.treeboot
+endif
 ifeq ($(CONFIG_MCPN765)$(CONFIG_MVME5100)$(CONFIG_PRPMC750)$(CONFIG_PRPMC800)$(CONFIG_LOPEC)$(CONFIG_PPLUS),y)
 ZIMAGE				:= zImage-PPLUS
 ZIMAGEINITRD			:= zImage.initrd-PPLUS
@@ -241,7 +245,7 @@

 zImage-PAL4: zvmlinux
 	cp zvmlinux ../images/zImage.pal4
-
+
 zImage.initrd-PAL4: zvmlinux.initrd
 	cp zvmlinux.initrd ../images/zImage.initrd.pal4


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] vs. latest linuxppc_2_4_devel fixes walnut build
  2003-02-10 19:16 [PATCH] vs. latest linuxppc_2_4_devel fixes walnut build Cort Dougan
@ 2003-02-10 23:24 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2003-02-10 23:24 UTC (permalink / raw)
  To: Cort Dougan; +Cc: linuxppc-dev


On Mon, Feb 10, 2003 at 12:16:00PM -0700, Cort Dougan wrote:

> This fixes 'make znetboot' for the walnut and ebony.  There are many files
> in arch/ppc/boot/images/ and the * in the cp command didn't work.

I think the 'correct' fix (for Walnut anyhow) is to set ZNETBOOT in the
CONFIG_IBM_OPENBIOS test.

But, could I talk you into letting the 'znetboot' / 'znetboot.initrd'
commands die?  Personally I've been using dd after a 'zImage' /
'zImage.initrd'.

--
Tom Rini
http://gate.crashing.org/~trini/

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-02-10 23:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-10 19:16 [PATCH] vs. latest linuxppc_2_4_devel fixes walnut build Cort Dougan
2003-02-10 23:24 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).