diff mbox series

[U-Boot,2/2] ARM: rmobile: Build u-boot-elf.srec on Gen3

Message ID 20180226192624.2641-2-marek.vasut+renesas@gmail.com
State Accepted
Commit b691c9a66817c9d4bed30450f1c491cc2f335224
Delegated to: Marek Vasut
Headers show
Series [U-Boot,1/2] Makefile: add u-boot-elf.srec target | expand

Commit Message

Marek Vasut Feb. 26, 2018, 7:26 p.m. UTC
From: Masaru Nagai <masaru.nagai.vx@renesas.com>

The u-boot-elf.srec is needed for the minimon update on Gen3 SoCs,
conveniently generate this file.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
---
 include/configs/rcar-gen3-common.h | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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 */