diff options
| author | Masaru Nagai <[email protected]> | 2015-08-28 12:12:45 +0900 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2018-02-27 21:05:35 +0100 |
| commit | b691c9a66817c9d4bed30450f1c491cc2f335224 (patch) | |
| tree | cd98cd32721347ebfbfaf61dcf96210e6b5dd8f1 /include | |
| parent | 341ca9056049d5836121d044a87de69109d5a921 (diff) | |
ARM: rmobile: Build u-boot-elf.srec on Gen3
The u-boot-elf.srec is needed for the minimon update on Gen3 SoCs,
conveniently generate this file.
Signed-off-by: Marek Vasut <[email protected]>
Cc: Nobuhiro Iwamatsu <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/rcar-gen3-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |
