mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <mol@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Bastian Krause <bst@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] ptxd_make_fit_image: drop unused model variables
Date: Fri, 09 Apr 2021 15:33:21 +0200	[thread overview]
Message-ID: <E1lUrGD-005xyK-Ld@dude03.red.stw.pengutronix.de> (raw)
In-Reply-To: <20210401092206.6068-1-bst@pengutronix.de>

Thanks, applied as c7f6ecbc0e2c5c0b50c2c73c3fc8ae58ca591918.

Michael

[sent from post-receive hook]

On Fri, 09 Apr 2021 15:33:21 +0200, Bastian Krause <bst@pengutronix.de> wrote:
> These variables were introduced when ptxd_make-fit-image.sh was
> introduced in 0cfba65d1 ("image-kernel-fit: Add package"). They were
> never used, so drop them.
> 
> Signed-off-by: Bastian Krause <bst@pengutronix.de>
> Message-Id: <20210401092206.6068-1-bst@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/scripts/lib/ptxd_make_fit_image.sh b/scripts/lib/ptxd_make_fit_image.sh
> index af535665d7b2..dd0f63b7b72d 100644
> --- a/scripts/lib/ptxd_make_fit_image.sh
> +++ b/scripts/lib/ptxd_make_fit_image.sh
> @@ -7,7 +7,7 @@
>  #
>  
>  ptxd_make_image_fit_its() {
> -    local model compatible
> +    local compatible
>  
>      cat << EOF
>  /dts-v1/;
> @@ -55,7 +55,6 @@ EOF
>  EOF
>      fi
>      for i in ${image_dtb}; do
> -	model=$(fdtget "${i}" / model)
>  	compatible=$(set -- $(fdtget "${i}" / compatible); echo ${1})
>  	cat << EOF
>  		fdt-${compatible} {
> @@ -74,7 +73,6 @@ EOF
>  	configurations {
>  EOF
>      for i in ${image_dtb}; do
> -	model=$(fdtget "${i}" / model)
>  	compatible=$(set -- $(fdtget "${i}" / compatible); echo ${1})
>  	cat << EOF
>  		conf-${compatible} {

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

      reply	other threads:[~2021-04-09 13:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-01  9:22 [ptxdist] [PATCH] " Bastian Krause
2021-04-09 13:33 ` Michael Olbrich [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=E1lUrGD-005xyK-Ld@dude03.red.stw.pengutronix.de \
    --to=mol@pengutronix.de \
    --cc=bst@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /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