u-boot/board/hoperun/hihope-rzg2
Marek Vasut 40b9d53c74 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: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Paul Barker <paul.barker.ct@bp.renesas.com>
2024-03-02 14:29:36 -05:00
..
hihope-rzg2.c ARM: renesas: Rename rmobile.h to renesas.h 2024-03-02 14:29:36 -05:00
Kconfig ARM: renesas: Rename arch-/mach-rmobile to arch-/mach-renesas 2024-03-02 14:29:36 -05:00
MAINTAINERS arm: rmobile: Add HopeRun HiHope RZ/G2M board support 2021-03-16 20:09:29 +01:00
Makefile arm: rmobile: Add HopeRun HiHope RZ/G2M board support 2021-03-16 20:09:29 +01:00