commit | 97a070be89c473e723f1cde0b65fad6ab5ecffb5 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Tue Feb 27 17:05:54 2024 +0100 |
committer | Tom Rini <trini@konsulko.com> | Sat Mar 02 14:29:36 2024 -0500 |
tree | a35eca0ce4714dfcc041c80fd2de4e8a5a070fe8 | |
parent | d26aa8c36d287f49842d874b4cdb74f1e5ae52e4 [diff] |
ARM: renesas: Rename rmobile.h to renesas.h Rename rmobile.h to renesas.h 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 'include.*rmobile.h' | \ xargs -I {} sed -i '/include.*rmobile.h/ s@rmobile.h@renesas.h@g' {} " Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Reviewed-by: Paul Barker <paul.barker.ct@bp.renesas.com>