Skip to content
Snippets Groups Projects
Commit 40b9d53c authored by Marek Vasut's avatar Marek Vasut Committed by Tom Rini
Browse files

ARM: renesas: Rename arch-/mach-rmobile to arch-/mach-renesas


Rename arch-rmobile to arch-renesas and mach-rmobile to mach-renesas
because all the chips are made by Renesas, while only a subset of
them is from the R-Mobile line.

Use the following command to perform the rename, with manual move of
the directories using git mv and manual fix up to arch/arm/Makefile:

"
$ git grep -l '\<\(arch\|mach\)-rmobile\>' | \
  xargs -I {} sed -i 's@\<\(arch\|mach\)-rmobile\>@\1-renesas@g' {}
$ sed -i 's@rmobile@renesas@' board/*/*/Kconfig
"

Signed-off-by: default avatarMarek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: default avatarPaul Barker <paul.barker.ct@bp.renesas.com>
parent f9aabd45
No related branches found
No related tags found
No related merge requests found
Showing
with 12 additions and 12 deletions
...@@ -497,7 +497,7 @@ M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> ...@@ -497,7 +497,7 @@ M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
M: Marek Vasut <marek.vasut+renesas@mailbox.org> M: Marek Vasut <marek.vasut+renesas@mailbox.org>
S: Maintained S: Maintained
T: git https://source.denx.de/u-boot/custodians/u-boot-sh.git T: git https://source.denx.de/u-boot/custodians/u-boot-sh.git
F: arch/arm/mach-rmobile/ F: arch/arm/mach-renesas/
F: drivers/clk/renesas/ F: drivers/clk/renesas/
F: drivers/gpio/gpio-rcar.c F: drivers/gpio/gpio-rcar.c
F: drivers/i2c/rcar_* F: drivers/i2c/rcar_*
......
...@@ -1266,7 +1266,7 @@ spl/u-boot-spl.srec: spl/u-boot-spl FORCE ...@@ -1266,7 +1266,7 @@ spl/u-boot-spl.srec: spl/u-boot-spl FORCE
$(call if_changed,objcopy) $(call if_changed,objcopy)
%.scif: %.srec %.scif: %.srec
$(Q)$(MAKE) $(build)=arch/arm/mach-rmobile $@ $(Q)$(MAKE) $(build)=arch/arm/mach-renesas $@
OBJCOPYFLAGS_u-boot-nodtb.bin := -O binary \ OBJCOPYFLAGS_u-boot-nodtb.bin := -O binary \
$(if $(CONFIG_X86_16BIT_INIT),-R .start16 -R .resetvec) \ $(if $(CONFIG_X86_16BIT_INIT),-R .start16 -R .resetvec) \
......
...@@ -2269,7 +2269,7 @@ source "arch/arm/mach-orion5x/Kconfig" ...@@ -2269,7 +2269,7 @@ source "arch/arm/mach-orion5x/Kconfig"
source "arch/arm/mach-owl/Kconfig" source "arch/arm/mach-owl/Kconfig"
source "arch/arm/mach-rmobile/Kconfig" source "arch/arm/mach-renesas/Kconfig"
source "arch/arm/mach-meson/Kconfig" source "arch/arm/mach-meson/Kconfig"
......
...@@ -75,7 +75,7 @@ machine-$(CONFIG_ARCH_NPCM) += npcm ...@@ -75,7 +75,7 @@ machine-$(CONFIG_ARCH_NPCM) += npcm
machine-$(CONFIG_ARCH_OMAP2PLUS) += omap2 machine-$(CONFIG_ARCH_OMAP2PLUS) += omap2
machine-$(CONFIG_ARCH_ORION5X) += orion5x machine-$(CONFIG_ARCH_ORION5X) += orion5x
machine-$(CONFIG_ARCH_OWL) += owl machine-$(CONFIG_ARCH_OWL) += owl
machine-$(CONFIG_ARCH_RENESAS) += rmobile machine-$(CONFIG_ARCH_RENESAS) += renesas
machine-$(CONFIG_ARCH_ROCKCHIP) += rockchip machine-$(CONFIG_ARCH_ROCKCHIP) += rockchip
machine-$(CONFIG_ARCH_S5PC1XX) += s5pc1xx machine-$(CONFIG_ARCH_S5PC1XX) += s5pc1xx
machine-$(CONFIG_ARCH_SNAPDRAGON) += snapdragon machine-$(CONFIG_ARCH_SNAPDRAGON) += snapdragon
......
...@@ -88,12 +88,12 @@ config RZG2L ...@@ -88,12 +88,12 @@ config RZG2L
endchoice endchoice
config SYS_SOC config SYS_SOC
default "rmobile" if ARCH_RENESAS default "renesas" if ARCH_RENESAS
source "arch/arm/mach-rmobile/Kconfig.32" source "arch/arm/mach-renesas/Kconfig.32"
source "arch/arm/mach-rmobile/Kconfig.64" source "arch/arm/mach-renesas/Kconfig.64"
source "arch/arm/mach-rmobile/Kconfig.rza1" source "arch/arm/mach-renesas/Kconfig.rza1"
source "arch/arm/mach-rmobile/Kconfig.rzn1" source "arch/arm/mach-renesas/Kconfig.rzn1"
source "arch/arm/mach-rmobile/Kconfig.rzg2l" source "arch/arm/mach-renesas/Kconfig.rzg2l"
endif endif
File moved
...@@ -6,7 +6,7 @@ config SYS_MALLOC_F_LEN ...@@ -6,7 +6,7 @@ config SYS_MALLOC_F_LEN
config OF_LIBFDT_OVERLAY config OF_LIBFDT_OVERLAY
default y if RCAR_64 default y if RCAR_64
source "arch/arm/mach-rmobile/Kconfig.rcar3" source "arch/arm/mach-renesas/Kconfig.rcar3"
source "arch/arm/mach-rmobile/Kconfig.rcar4" source "arch/arm/mach-renesas/Kconfig.rcar4"
endif endif
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment