diff options
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2024-02-27 17:05:54 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-03-02 14:29:36 -0500 |
commit | 65abdd1978341beea257c4b6c2584efeb2f3654d (patch) | |
tree | a35eca0ce4714dfcc041c80fd2de4e8a5a070fe8 /board/renesas/lager/qos.c | |
parent | 436eadfe13feb8e1b77b6cf39cef8615b61233e4 (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>
Diffstat (limited to 'board/renesas/lager/qos.c')
-rw-r--r-- | board/renesas/lager/qos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/renesas/lager/qos.c b/board/renesas/lager/qos.c index d12fdf0f11..80e57107a9 100644 --- a/board/renesas/lager/qos.c +++ b/board/renesas/lager/qos.c @@ -8,7 +8,7 @@ #include <asm/processor.h> #include <asm/mach-types.h> #include <asm/io.h> -#include <asm/arch/rmobile.h> +#include <asm/arch/renesas.h> /* QoS version 0.955 for ES1 and version 0.973 for ES2 */ #if defined(CONFIG_RENESAS_EXTRAM_BOOT) |