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
Loading
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