mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Bastian Krause <bst@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Bastian Krause <bst@pengutronix.de>, sha@pengutronix.de
Subject: [ptxdist] [PATCH] ptxd_make_fit_image: drop unused model variables
Date: Thu,  1 Apr 2021 11:22:06 +0200	[thread overview]
Message-ID: <20210401092206.6068-1-bst@pengutronix.de> (raw)

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>
---
 scripts/lib/ptxd_make_fit_image.sh | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/scripts/lib/ptxd_make_fit_image.sh b/scripts/lib/ptxd_make_fit_image.sh
index af535665d..dd0f63b7b 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} {
-- 
2.29.2


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

             reply	other threads:[~2021-04-01  9:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-01  9:22 Bastian Krause [this message]
2021-04-09 13:33 ` [ptxdist] [APPLIED] " Michael Olbrich

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=20210401092206.6068-1-bst@pengutronix.de \
    --to=bst@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    --cc=sha@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