ARM: renesas: Rename ARCH_RMOBILE to ARCH_RENESAS
Rename ARCH_RMOBILE to ARCH_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: " $ git grep -l 'ARCH_RMOBILE' | xargs -I {} sed -i 's@ARCH_RMOBILE@ARCH_RENESAS@g' {} " Signed-off-by:Marek Vasut <marek.vasut+renesas@mailbox.org> Reviewed-by:
Paul Barker <paul.barker.ct@bp.renesas.com>
Showing
- arch/arm/Kconfig 1 addition, 1 deletionarch/arm/Kconfig
- arch/arm/Makefile 1 addition, 1 deletionarch/arm/Makefile
- arch/arm/mach-rmobile/Kconfig 2 additions, 2 deletionsarch/arm/mach-rmobile/Kconfig
- arch/arm/mach-rmobile/include/mach/renesas.h 5 additions, 5 deletionsarch/arm/mach-rmobile/include/mach/renesas.h
- arch/sh/lib/time.c 1 addition, 1 deletionarch/sh/lib/time.c
- configs/alt_defconfig 1 addition, 1 deletionconfigs/alt_defconfig
- configs/blanche_defconfig 1 addition, 1 deletionconfigs/blanche_defconfig
- configs/gose_defconfig 1 addition, 1 deletionconfigs/gose_defconfig
- configs/grpeach_defconfig 1 addition, 1 deletionconfigs/grpeach_defconfig
- configs/hihope_rzg2_defconfig 1 addition, 1 deletionconfigs/hihope_rzg2_defconfig
- configs/koelsch_defconfig 1 addition, 1 deletionconfigs/koelsch_defconfig
- configs/lager_defconfig 1 addition, 1 deletionconfigs/lager_defconfig
- configs/porter_defconfig 1 addition, 1 deletionconfigs/porter_defconfig
- configs/r8a77970_eagle_defconfig 1 addition, 1 deletionconfigs/r8a77970_eagle_defconfig
- configs/r8a77970_v3msk_defconfig 1 addition, 1 deletionconfigs/r8a77970_v3msk_defconfig
- configs/r8a77980_condor_defconfig 1 addition, 1 deletionconfigs/r8a77980_condor_defconfig
- configs/r8a77980_v3hsk_defconfig 1 addition, 1 deletionconfigs/r8a77980_v3hsk_defconfig
- configs/r8a77990_ebisu_defconfig 1 addition, 1 deletionconfigs/r8a77990_ebisu_defconfig
- configs/r8a77995_draak_defconfig 1 addition, 1 deletionconfigs/r8a77995_draak_defconfig
- configs/r8a779a0_falcon_defconfig 1 addition, 1 deletionconfigs/r8a779a0_falcon_defconfig
Please register or sign in to comment