diff options
author | Tom Rini <trini@konsulko.com> | 2025-07-10 16:44:08 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-07-10 16:44:08 -0600 |
commit | 6bb0679377abb01a82db1ce69b5bf1d40aa02ace (patch) | |
tree | 1049a2319a61e7caaff8cbca3ca4b082075dfcfe /common | |
parent | f074616014179eefbca6f4b86b1fa6336711ba80 (diff) | |
parent | 25adecf09467c6a2823bcdfaf3fb0b59b2389669 (diff) |
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh
- SH Ether clean ups, RZ/A1 clean ups, RZ/A1 Genmai support
- Gen3 EEPROM DT node clean up
- V4H SA0 BootROM compatible binman etype, SCIF compatible SREC
generation for Gen4
Diffstat (limited to 'common')
-rw-r--r-- | common/spl/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig index 9a17ccb2d3d..4e26b3940d8 100644 --- a/common/spl/Kconfig +++ b/common/spl/Kconfig @@ -1598,7 +1598,7 @@ config SPL_OPENSBI_SCRATCH_OPTIONS config SPL_TARGET string "Addtional build targets for 'make'" default "spl/u-boot-spl.srec" if RCAR_GEN2 - default "spl/u-boot-spl.scif" if RCAR_GEN3 + default "spl/u-boot-spl.scif" if RCAR_64 default "" help On some platforms we need to have 'make' run additional build target |