public inbox for linuxppc-dev@ozlabs.org 
 help / color / mirror / Atom feed
From: Geoff Levand <geoffrey.levand@am•sony.com>
To: Grant Likely <grant.likely@secretlab•ca>
Cc: scottwood@freescale•com, linuxppc-dev@ozlabs•org
Subject: Re: [RFC] [POWERPC] bootwrapper: build multiple cuImages
Date: Thu, 31 Jan 2008 13:12:38 -0800	[thread overview]
Message-ID: <47A239C6.8070402@am.sony.com> (raw)
In-Reply-To: <20080131003347.5779.96112.stgit@trillian.secretlab.ca>

On 01/30/2008 04:34 PM, Grant Likely wrote:
> --- a/arch/powerpc/boot/Makefile
> +++ b/arch/powerpc/boot/Makefile
...
>  $(obj)/zImage.ps3: vmlinux  $(wrapper) $(wrapperbits) $(srctree)/$(src)/dts/ps3.dts

Seems like this could use $(dtstree).

>  	$(STRIP) -s -R .comment $< -o vmlinux.strip
> -	$(call cmd,wrap,ps3,$(srctree)/$(src)/dts/ps3.dts,,)
> +	$(call cmd,wrap,ps3,$(dtstree)/ps3.dts,,)
>  
>  $(obj)/zImage.initrd.ps3: vmlinux  $(wrapper) $(wrapperbits) $(srctree)/$(src)/dts/ps3.dts $(obj)/ramdisk.image.gz

Same here.

> -	$(call cmd,wrap,ps3,$(srctree)/$(src)/dts/ps3.dts,,$(obj)/ramdisk.image.gz)
> +	$(call cmd,wrap,ps3,$(dtstree)/ps3.dts,,$(obj)/ramdisk.image.gz)

      parent reply	other threads:[~2008-01-31 21:16 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-31  0:34 [RFC] [POWERPC] bootwrapper: build multiple cuImages Grant Likely
2008-01-31  1:49 ` Stephen Neuendorffer
2008-01-31  2:40   ` Grant Likely
2008-01-31 16:00     ` Scott Wood
2008-01-31 17:22       ` Grant Likely
2008-01-31 10:21 ` Jochen Friedrich
2008-01-31 21:12 ` Geoff Levand [this message]

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=47A239C6.8070402@am.sony.com \
    --to=geoffrey.levand@am$(echo .)sony.com \
    --cc=grant.likely@secretlab$(echo .)ca \
    --cc=linuxppc-dev@ozlabs$(echo .)org \
    --cc=scottwood@freescale$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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