From c001486d99ea18b94f952507be346c41ebf809f4 Mon Sep 17 00:00:00 2001 From: Heiko Schocher Date: Thu, 30 Oct 2014 09:59:59 +0100 Subject: arm, at91: generate boot.bin file for all atmel SoC MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit generate the boot.bin file for all atmel SoC (arm920, arm926, armv7) Signed-off-by: Heiko Schocher Reviewed-by: Andreas Bießmann Reviewed-by: Masahiro Yamada [fix subject] Signed-off-by: Andreas Bießmann --- scripts/Makefile.spl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scripts') diff --git a/scripts/Makefile.spl b/scripts/Makefile.spl index 7afe437e62..07db0bff8d 100644 --- a/scripts/Makefile.spl +++ b/scripts/Makefile.spl @@ -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 -- cgit v1.2.1