summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2014-10-30 09:59:59 +0100
committerTom Rini <trini@ti.com>2014-11-17 08:47:16 -0500
commitc001486d99ea18b94f952507be346c41ebf809f4 (patch)
treecfaecb1c6a3a5a78807aad2f87d5ccb4cc2ca3eb /scripts
parentda79fa4d7736601b1e484dc23838f6976b1d761b (diff)
downloadtalos-obmc-uboot-c001486d99ea18b94f952507be346c41ebf809f4.tar.gz
talos-obmc-uboot-c001486d99ea18b94f952507be346c41ebf809f4.zip
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: Heiko Schocher <hs@denx.de> Reviewed-by: Andreas Bießmann <andreas.devel@googlemail.com> Reviewed-by: Masahiro Yamada <yamada.m@jp.panasonic.com> [fix subject] Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.spl4
1 files changed, 4 insertions, 0 deletions
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
OpenPOWER on IntegriCloud