Skip to content
Snippets Groups Projects
Commit 1a6a6e9a authored by Michal Simek's avatar Michal Simek
Browse files

ARM64: zynq: Fix boot.bin generation for Zynq and ZynqMP


Fix boot.bin generation for Zynq and ZynqMP.

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
Acked-by: default avatarMarek Vasut <marex@denx.de>
parent 9c152edd
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment