All of lore.kernel.org
 help / color / mirror / Atom feed
From: Geoff Levand <geoffrey.levand@am.sony.com>
To: Paul Mackerras <paulus@samba.org>
Cc: linuxppc-dev@ozlabs.org
Subject: Re: [RFC/PATCH] Create a "wrapper" script and use it in arch/powerpc/boot
Date: Thu, 21 Sep 2006 11:03:32 -0700	[thread overview]
Message-ID: <4512D3F4.60405@am.sony.com> (raw)
In-Reply-To: <17682.28743.743974.786724@cargo.ozlabs.ibm.com>

Paul Mackerras wrote:
> Another point to note is that this renames the images: the one for
> pSeries is called zImage.pseries rather than zImage, and the one for
> powermacs is now zImage.pmac rather than zImage.vmode.


zImage.vmode was my name, and I never liked it...


> +if [ -n "$dts" ]; then
> +    if [ -z "$dtb" ]; then
> +	dtb="$platform.dtb"
> +    fi
> +    dtc -O dtb -o "$dtb" -b 0 -V 16 "$dts" || exit 1

I'm wondering if this would be better to have built by the
upper level makefile and have quiet_cmd_dtc and cmd_dtc.
Its just a thought.  Did you consider it?

-Geoff

      reply	other threads:[~2006-09-21 18:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-21 10:58 [RFC/PATCH] Create a "wrapper" script and use it in arch/powerpc/boot Paul Mackerras
2006-09-21 18:03 ` 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=4512D3F4.60405@am.sony.com \
    --to=geoffrey.levand@am.sony.com \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=paulus@samba.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.