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

Tom Rini trini at konsulko.com
Mon Feb 26 20:00:00 UTC 2018


On Mon, Feb 26, 2018 at 08:25:36PM +0100, Marek Vasut wrote:

> The u-boot-spl.srec is needed for the minimon update on Gen2 SoCs,
> conveniently generate this file if SPL is enabled.
> 
> Signed-off-by: Marek Vasut <marek.vasut+renesas at gmail.com>
> Cc: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
> Cc: Tom Rini <trini at konsulko.com>
> ---
>  include/configs/rcar-gen2-common.h | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> 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

Can you please convert CONFIG_SPL_TARGET to CONFIG_SPL_BUILD_TARGET, to
match CONFIG_BUILD_TARGET and migrate it after CONFIG_BUILD_TARGET?
Thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180226/2c273c13/attachment.sig>


More information about the U-Boot mailing list