public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] ARM64: zynq: Fix boot.bin generation for Zynq and ZynqMP
Date: Mon, 30 May 2016 15:01:36 +0200	[thread overview]
Message-ID: <574C39B0.2060206@denx.de> (raw)
In-Reply-To: <d95a37ccf0ab176e4c453c763b6ffc7fc53b43b4.1464613132.git.michal.simek@xilinx.com>

On 05/30/2016 02:59 PM, Michal Simek wrote:
> Fix boot.bin generation for Zynq and ZynqMP.
> 
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>

Acked-by: Marek Vasut <marex@denx.de>

> ---
> 
>  scripts/Makefile.spl | 7 ++-----
>  1 file changed, 2 insertions(+), 5 deletions(-)
> 
> diff --git a/scripts/Makefile.spl b/scripts/Makefile.spl
> index 6d2017da7e97..0997fd9fddfc 100644
> --- a/scripts/Makefile.spl
> +++ b/scripts/Makefile.spl
> @@ -158,11 +158,8 @@ ifeq ($(CONFIG_SYS_SOC),"at91")
>  ALL-y	+= boot.bin
>  endif
>  
> -ifdef CONFIG_ARCH_ZYNQ
> -ALL-y	+= $(obj)/boot.bin
> -endif
> -
> -ALL-(CONFIG_ARCH_ZYNQMP)	+= $(obj)/boot.bin
> +ALL-$(CONFIG_ARCH_ZYNQ)		+= $(obj)/boot.bin
> +ALL-$(CONFIG_ARCH_ZYNQMP)	+= $(obj)/boot.bin
>  
>  all:	$(ALL-y)
>  
> 


-- 
Best regards,
Marek Vasut

      reply	other threads:[~2016-05-30 13:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-30 12:59 [U-Boot] [PATCH] ARM64: zynq: Fix boot.bin generation for Zynq and ZynqMP Michal Simek
2016-05-30 13:01 ` Marek Vasut [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=574C39B0.2060206@denx.de \
    --to=marex@denx.de \
    --cc=u-boot@lists.denx.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