linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Cort Dougan <cort@fsmlabs.com>
To: linuxppc-embedded@lists.linuxppc.org
Subject: [PATCH] Fix prep boot in linuxppc_2_4_devel
Date: Wed, 16 Apr 2003 11:38:30 -0600	[thread overview]
Message-ID: <20030416173830.GM20197@host109.fsmlabs.com> (raw)


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/

             reply	other threads:[~2003-04-16 17:38 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-16 17:38 Cort Dougan [this message]
2003-04-18 21:02 ` [PATCH] Fix prep boot in linuxppc_2_4_devel Tom Rini
2003-04-19  2:32   ` Tom Rini
2003-04-19  2:57     ` Dale Farnsworth
2003-04-19  3:05     ` Eugene Surovegin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030416173830.GM20197@host109.fsmlabs.com \
    --to=cort@fsmlabs.com \
    --cc=linuxppc-embedded@lists.linuxppc.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).