commit | 6468c4c3c8ff29ba58475087049e011e3ce8e2bb | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Tue Feb 27 17:05:55 2024 +0100 |
committer | Tom Rini <trini@konsulko.com> | Sat Mar 02 14:29:36 2024 -0500 |
tree | 69cb63364febf5e704d6f6cfb556914ccef9b80f | |
parent | 97a070be89c473e723f1cde0b65fad6ab5ecffb5 [diff] |
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>