Thanks, applied as c7f6ecbc0e2c5c0b50c2c73c3fc8ae58ca591918.

Michael

[sent from post-receive hook]

On Fri, 09 Apr 2021 15:33:21 +0200, Bastian Krause <b...@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 <b...@pengutronix.de>
> Message-Id: <20210401092206.6068-1-...@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbr...@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-requ...@pengutronix.de

Reply via email to