u-boot/arch/arm/mach-rmobile
Marek Vasut 436eadfe13 ARM: renesas: Rename CONFIG_ARCH_RMOBILE_EXTRAM_BOOT to CONFIG_RENESAS_EXTRAM_BOOT
Rename CONFIG_ARCH_RMOBILE_EXTRAM_BOOT to CONFIG_RMOBILE_EXTRAM_BOOT
because the former symbol does not exist and it is only incorrectly
converted CONFIG_RMOBILE_EXTRAM_BOOT which does exist. Replace the
RMOBILE with 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 Kconfig.32 fix:

"
$ sed -i 's@CONFIG_ARCH_RMOBILE_EXTRAM_BOOT@CONFIG_RMOBILE_EXTRAM_BOOT@g' board/renesas/*/*
$ sed -i 's@CONFIG_RMOBILE_EXTRAM_BOOT@CONFIG_RENESAS_EXTRAM_BOOT@g' board/renesas/*/*
"

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
..
include/mach ARM: renesas: Rename RMOBILE_CPU_TYPE_* to RENESAS_CPU_TYPE_* 2024-03-02 14:29:36 -05:00
board.c ARM: renesas: Rename ARCH_RMOBILE_BOARD_STRING to ARCH_RENESAS_BOARD_STRING 2024-03-02 14:29:36 -05:00
cpu_info-rcar.c ARM: renesas: Rename rmobile_get_prr() to renesas_get_prr() 2024-03-02 14:29:36 -05:00
cpu_info-rzg.c arm: mach-rmobile: Drop <common.h> 2023-11-02 11:30:18 +01:00
cpu_info-rzg2l.c ARM: renesas: Rename RMOBILE_CPU_TYPE_* to RENESAS_CPU_TYPE_* 2024-03-02 14:29:36 -05:00
cpu_info.c ARM: renesas: Simplify weak symbols 2024-03-02 14:29:36 -05:00
emac.c arm: mach-rmobile: Drop <common.h> 2023-11-02 11:30:18 +01:00
Kconfig serial: sh: Add RZ/G2L SCIF support 2023-10-19 17:03:20 +02:00
Kconfig.32 ARM: renesas: Rename CONFIG_ARCH_RMOBILE_EXTRAM_BOOT to CONFIG_RENESAS_EXTRAM_BOOT 2024-03-02 14:29:36 -05:00
Kconfig.64 ARM: rmobile: Add R-Car Generation 4 support 2023-04-07 14:33:46 +02:00
Kconfig.rcar3 ARM: renesas: Add R8A77980 V3HSK board and CPLD code 2023-06-08 22:26:52 +02:00
Kconfig.rcar4 ARM: renesas: Add Renesas R8A779H0 V4M Gray Hawk board code 2024-02-10 17:08:06 +01:00
Kconfig.rza1 ARM: rmobile: Factor out SYS_SOC Kconfig option 2023-03-18 12:02:38 +01:00
Kconfig.rzg2l board: rzg2l: Add RZ/G2L SMARC EVK board 2023-10-17 03:27:42 +02:00
Kconfig.rzn1 ARM: rmobile: Add support for Renesas RZ/N1 SoC 2023-05-13 04:01:30 +02:00
lowlevel_init_ca15.S Migrate CUSTOM_SYS_INIT_SP_ADDR to Kconfig using system-constants.h 2022-06-06 12:09:19 -04:00
lowlevel_init_gen3.S armv8: Fix and simplify branch_if_master/branch_if_slave 2022-03-02 13:59:29 -05:00
Makefile ARM: renesas: Drop remnants of R8A7740 support 2024-03-02 14:29:35 -05:00
memmap-gen3.c arm: mach-rmobile: Drop <common.h> 2023-11-02 11:30:18 +01:00
memmap-rzg2l.c arm: mach-rmobile: Drop <common.h> 2023-11-02 11:30:18 +01:00
psci-r8a779a0.c arm: mach-rmobile: Drop <common.h> 2023-11-02 11:30:18 +01:00