From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Sat, 24 Feb 2018 14:16:53 -0500 Subject: [U-Boot] [PATCH 2/2] ARM: rmobile: Build u-boot-elf.srec on Gen3 In-Reply-To: <20180224112418.14203-2-marek.vasut+renesas@gmail.com> References: <20180224112418.14203-1-marek.vasut+renesas@gmail.com> <20180224112418.14203-2-marek.vasut+renesas@gmail.com> Message-ID: <20180224191653.GO4311@bill-the-cat> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, Feb 24, 2018 at 12:24:18PM +0100, Marek Vasut wrote: > From: Masaru Nagai > > The u-boot-elf.srec is needed for the minimon update on Gen3 SoCs, > conveniently generate this file. > > Signed-off-by: Marek Vasut > Cc: Nobuhiro Iwamatsu > --- > 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 226069d67c..d665caf274 100644 > --- a/include/configs/rcar-gen3-common.h > +++ b/include/configs/rcar-gen3-common.h > @@ -13,6 +13,7 @@ > #include > > #define CONFIG_REMAKE_ELF > +#define CONFIG_BUILD_TARGET "u-boot-elf.srec" > > /* boot option */ > #define CONFIG_SUPPORT_RAW_INITRD As is, this is fine. But, there's a small number of CONFIG_BUILD_TARGET platforms, can you take a pass at Kconfig conversion (and you should be able to say default "u-boot-elf.srec" if RCAR_GEN3, default "u-boot.itb" if ARCH_SUNXI, etc, for the few users we have currently. Thanks! -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: not available URL: