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

Marek Vasut marek.vasut at gmail.com
Mon Feb 26 19:26:24 UTC 2018


From: Masaru Nagai <masaru.nagai.vx at 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 at gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
---
 include/configs/rcar-gen3-common.h | 1 +
 1 file changed, 1 insertion(+)

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



More information about the U-Boot mailing list