diff options
author | Tom Rini | 2018-03-01 15:50:43 -0500 |
---|---|---|
committer | Tom Rini | 2018-03-01 15:50:43 -0500 |
commit | e1541b1d7fb94ed9ac2bfe4c324afd91d77aee11 (patch) | |
tree | 81cee761c58f76870c40e2888277f8d4245da04a /include | |
parent | 6256b02db39c86d972c9adde107de4511f25d607 (diff) | |
parent | 44c5580f1c6c5665ff6217d1411aab2b74188195 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-sh
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/rcar-gen2-common.h | 4 | ||||
-rw-r--r-- | include/configs/rcar-gen3-common.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/rcar-gen2-common.h b/include/configs/rcar-gen2-common.h index 1ceee9a4297..60692204062 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 1ae6323369f..bbaab80e230 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 */ |