summaryrefslogtreecommitdiff
path: root/scripts/Makefile.spl
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2016-05-30 12:57:02 (GMT)
committerMichal Simek <michal.simek@xilinx.com>2016-06-06 09:23:27 (GMT)
commit1a6a6e9a168fefc7b73bbe2619d4a0725cfa344a (patch)
tree9a85cb909902df13cad79f809a96f693276b82ee /scripts/Makefile.spl
parent9c152edd12ba57bb3e3a570652e6493a8264e5af (diff)
downloadu-boot-fsl-qoriq-1a6a6e9a168fefc7b73bbe2619d4a0725cfa344a.tar.xz
ARM64: zynq: Fix boot.bin generation for Zynq and ZynqMP
Fix boot.bin generation for Zynq and ZynqMP. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Acked-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'scripts/Makefile.spl')
-rw-r--r--scripts/Makefile.spl7
1 files changed, 2 insertions, 5 deletions
diff --git a/scripts/Makefile.spl b/scripts/Makefile.spl
index 6d2017d..0997fd9 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)