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
Branches
Tags
No related merge requests found
...@@ -3,8 +3,6 @@ ...@@ -3,8 +3,6 @@
# #
# SPDX-License-Identifier: GPL-2.0+ # SPDX-License-Identifier: GPL-2.0+
# #
ifdef CONFIG_SPL_BUILD ifndef CONFIG_SPL_BUILD
ALL-y += boot.bin
else
ALL-y += u-boot.img ALL-y += u-boot.img
endif endif
...@@ -181,6 +181,10 @@ ALL-y += $(obj)/sunxi-spl.bin ...@@ -181,6 +181,10 @@ ALL-y += $(obj)/sunxi-spl.bin
endif endif
endif endif
ifeq ($(CONFIG_SYS_SOC),"at91")
ALL-y += boot.bin
endif
all: $(ALL-y) all: $(ALL-y)
ifdef CONFIG_SAMSUNG ifdef CONFIG_SAMSUNG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment