Skip to content
Snippets Groups Projects
Commit c001486d authored by Heiko Schocher's avatar Heiko Schocher Committed by Tom Rini
Browse files

arm, at91: generate boot.bin file for all atmel SoC


generate the boot.bin file for all atmel SoC (arm920, arm926, armv7)

Signed-off-by: default avatarHeiko Schocher <hs@denx.de>
Reviewed-by: default avatarAndreas Bießmann <andreas.devel@googlemail.com>
Reviewed-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
[fix subject]
Signed-off-by: default avatarAndreas Bießmann <andreas.devel@googlemail.com>
parent da79fa4d
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,6 @@
#
# SPDX-License-Identifier: GPL-2.0+
#
ifdef CONFIG_SPL_BUILD
ALL-y += boot.bin
else
ifndef CONFIG_SPL_BUILD
ALL-y += u-boot.img
endif
......@@ -181,6 +181,10 @@ ALL-y += $(obj)/sunxi-spl.bin
endif
endif
ifeq ($(CONFIG_SYS_SOC),"at91")
ALL-y += boot.bin
endif
all: $(ALL-y)
ifdef CONFIG_SAMSUNG
......
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