linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fix prep boot in linuxppc_2_4_devel
@ 2003-04-16 17:38 Cort Dougan
  2003-04-18 21:02 ` Tom Rini
  0 siblings, 1 reply; 5+ messages in thread
From: Cort Dougan @ 2003-04-16 17:38 UTC (permalink / raw)
  To: linuxppc-embedded


This fixes the prep boot code so it will actually create a good SMP boot
image.  The wrong variable was being used.

diff -Nru a/arch/ppc/boot/prep/Makefile b/arch/ppc/boot/prep/Makefile
--- a/arch/ppc/boot/prep/Makefile	Wed Apr 16 11:37:10 2003
+++ b/arch/ppc/boot/prep/Makefile	Wed Apr 16 11:37:10 2003
@@ -19,7 +19,7 @@

 TFTPIMAGE			= /tftpboot/zImage.prep
 ifeq ($(CONFIG_SMP),y)
-TFTPIMAGE			= $(TFTPBOOT).smp
+TFTPIMAGE			:= $(TFTPIMAGE).smp
 endif

 LD_ARGS				= -T ../ld.script -Ttext 0x00800000 -Bstatic

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

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

end of thread, other threads:[~2003-04-19  3:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-16 17:38 [PATCH] Fix prep boot in linuxppc_2_4_devel Cort Dougan
2003-04-18 21:02 ` Tom Rini
2003-04-19  2:32   ` Tom Rini
2003-04-19  2:57     ` Dale Farnsworth
2003-04-19  3:05     ` Eugene Surovegin

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).