diff options
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2024-02-27 17:05:46 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-03-02 14:29:36 -0500 |
commit | ca40ed6d7f65b15c33f7cbc6b73f13a34fcfe487 (patch) | |
tree | 9df18452f3da830ecb63cade0a0926cc688d1bfb /board/kosagi | |
parent | 6bd3a95b674cb22a14868778fe2cb61b3e5a9008 (diff) | |
download | u-boot-ca40ed6d7f65b15c33f7cbc6b73f13a34fcfe487.tar.gz u-boot-ca40ed6d7f65b15c33f7cbc6b73f13a34fcfe487.tar.bz2 u-boot-ca40ed6d7f65b15c33f7cbc6b73f13a34fcfe487.zip |
ARM: renesas: Rename rmobile_get_cpu_rev_*() to renesas_get_cpu_rev_*()
Rename rmobile_get_cpu_rev_*() to renesas_get_cpu_rev_*() 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 '\<rmobile_get_cpu_rev_\(integer\|fraction\)\>' | \
xargs -I {} sed -i 's@\<rmobile_get_cpu_rev_\(integer\|fraction\)\>@renesas_get_cpu_rev_\1@g' {}
"
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Paul Barker <paul.barker.ct@bp.renesas.com>
Diffstat (limited to 'board/kosagi')
0 files changed, 0 insertions, 0 deletions