summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.spl
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2016-06-06 07:16:39 -0400
committerTom Rini <trini@konsulko.com>2016-06-06 07:16:39 -0400
commit1cb9cb3ec0f19b8c54bb01670a530f5bc210d5f3 (patch)
treea90a7d9f4d5d8ba6fbafcd1052df0623846d22cf /scripts/Makefile.spl
parent756e76f0753fdb6b6ea10482db5ebbaf72c9df66 (diff)
parent59e880560f49827458b82345bb5ccfb7cb93af8c (diff)
downloadblackbird-obmc-uboot-1cb9cb3ec0f19b8c54bb01670a530f5bc210d5f3.tar.gz
blackbird-obmc-uboot-1cb9cb3ec0f19b8c54bb01670a530f5bc210d5f3.zip
Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze
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 6d2017da7e..0997fd9fdd 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)
OpenPOWER on IntegriCloud