aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-03-02 14:30:25 -0500
committerTom Rini <trini@konsulko.com>2024-03-02 14:30:25 -0500
commiteac52e4be4e234d563d6911737ee7ccdc0ada1f1 (patch)
tree9fc71e478d84ea5be40f1a0196a5507ee31246e4 /Makefile
parent574aac1c8c59522c286bec4cdfb07c22bc3c124d (diff)
parent7b1a24765deae9c202012fa9280e884b70f358f1 (diff)
downloadu-boot-eac52e4be4e234d563d6911737ee7ccdc0ada1f1.zip
u-boot-eac52e4be4e234d563d6911737ee7ccdc0ada1f1.tar.gz
u-boot-eac52e4be4e234d563d6911737ee7ccdc0ada1f1.tar.bz2
Merge patch series "ARM: renesas: Rename R-Mobile to Renesas"WIP/02Mar2024
Marek Vasut <marek.vasut+renesas@mailbox.org> says: Rename R-Mobile to Renesas all over the place because the chips are made by Renesas, while only a subset of them is from the R-Mobile line.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ec4990f..a2bc9d5 100644
--- a/Makefile
+++ b/Makefile
@@ -1266,7 +1266,7 @@ spl/u-boot-spl.srec: spl/u-boot-spl FORCE
$(call if_changed,objcopy)
%.scif: %.srec
- $(Q)$(MAKE) $(build)=arch/arm/mach-rmobile $@
+ $(Q)$(MAKE) $(build)=arch/arm/mach-renesas $@
OBJCOPYFLAGS_u-boot-nodtb.bin := -O binary \
$(if $(CONFIG_X86_16BIT_INIT),-R .start16 -R .resetvec) \