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>
Showing
- arch/arm/mach-rmobile/Kconfig.32 1 addition, 1 deletionarch/arm/mach-rmobile/Kconfig.32
- board/renesas/alt/qos.c 3 additions, 3 deletionsboard/renesas/alt/qos.c
- board/renesas/blanche/qos.c 3 additions, 3 deletionsboard/renesas/blanche/qos.c
- board/renesas/gose/qos.c 3 additions, 3 deletionsboard/renesas/gose/qos.c
- board/renesas/koelsch/qos.c 3 additions, 3 deletionsboard/renesas/koelsch/qos.c
- board/renesas/lager/qos.c 3 additions, 3 deletionsboard/renesas/lager/qos.c
- board/renesas/porter/qos.c 3 additions, 3 deletionsboard/renesas/porter/qos.c
- board/renesas/silk/qos.c 3 additions, 3 deletionsboard/renesas/silk/qos.c
- board/renesas/stout/qos.c 3 additions, 3 deletionsboard/renesas/stout/qos.c
Loading
Please register or sign in to comment