summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/at91
diff options
context:
space:
mode:
authorAndreas Bießmann <andreas.devel@googlemail.com>2014-05-19 14:23:40 +0200
committerAndreas Bießmann <andreas.devel@googlemail.com>2014-05-27 00:10:49 +0200
commit5c390a5b26ce53a6534b99c22bb762484e6b3497 (patch)
tree9d8118c6b98a3a86bead87042681e9ac0fab87f0 /arch/arm/cpu/armv7/at91
parent7b1a411743db47648b2955c414a71836823acfd9 (diff)
downloadblackbird-obmc-uboot-5c390a5b26ce53a6534b99c22bb762484e6b3497.tar.gz
blackbird-obmc-uboot-5c390a5b26ce53a6534b99c22bb762484e6b3497.zip
arm:at91: enable ROM loadable atmel image
For sama5d3xek we need to modify the SPL image for correct detection by ROM code. Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com> Tested-by: Bo Shen <voice.shen@atmel.com>
Diffstat (limited to 'arch/arm/cpu/armv7/at91')
-rw-r--r--arch/arm/cpu/armv7/at91/config.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/at91/config.mk b/arch/arm/cpu/armv7/at91/config.mk
new file mode 100644
index 0000000000..09eab70955
--- /dev/null
+++ b/arch/arm/cpu/armv7/at91/config.mk
@@ -0,0 +1,10 @@
+#
+# Copyright (C) 2014, Andreas Bießmann <andreas.devel@googlemail.com>
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+ifdef CONFIG_SPL_BUILD
+ALL-y += boot.bin
+else
+ALL-y += u-boot.img
+endif
OpenPOWER on IntegriCloud