summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-03-01 23:50:43 +0300
committerTom Rini <trini@konsulko.com>2018-03-01 23:50:43 +0300
commite1541b1d7fb94ed9ac2bfe4c324afd91d77aee11 (patch)
tree81cee761c58f76870c40e2888277f8d4245da04a /include
parent6256b02db39c86d972c9adde107de4511f25d607 (diff)
parent44c5580f1c6c5665ff6217d1411aab2b74188195 (diff)
downloadu-boot-e1541b1d7fb94ed9ac2bfe4c324afd91d77aee11.tar.xz
Merge branch 'master' of git://git.denx.de/u-boot-sh
Diffstat (limited to 'include')
-rw-r--r--include/configs/rcar-gen2-common.h4
-rw-r--r--include/configs/rcar-gen3-common.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/rcar-gen2-common.h b/include/configs/rcar-gen2-common.h
index 1ceee9a429..6069220406 100644
--- a/include/configs/rcar-gen2-common.h
+++ b/include/configs/rcar-gen2-common.h
@@ -15,6 +15,10 @@
#define CONFIG_SETUP_MEMORY_TAGS
#define CONFIG_INITRD_TAG
+#ifdef CONFIG_SPL
+#define CONFIG_SPL_TARGET "spl/u-boot-spl.srec"
+#endif
+
#undef CONFIG_SHOW_BOOT_PROGRESS
#define CONFIG_ARCH_CPU_INIT
diff --git a/include/configs/rcar-gen3-common.h b/include/configs/rcar-gen3-common.h
index 1ae6323369..bbaab80e23 100644
--- a/include/configs/rcar-gen3-common.h
+++ b/include/configs/rcar-gen3-common.h
@@ -13,6 +13,7 @@
#include <asm/arch/rmobile.h>
#define CONFIG_REMAKE_ELF
+#define CONFIG_BUILD_TARGET "u-boot-elf.srec"
/* boot option */