diff options
| author | Marek Vasut <[email protected]> | 2024-02-27 17:05:54 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-03-02 14:29:36 -0500 |
| commit | 65abdd1978341beea257c4b6c2584efeb2f3654d (patch) | |
| tree | a35eca0ce4714dfcc041c80fd2de4e8a5a070fe8 /board/renesas/stout | |
| 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/ [email protected]@renesas.h@g' {}
"
Signed-off-by: Marek Vasut <[email protected]>
Reviewed-by: Paul Barker <[email protected]>
Diffstat (limited to 'board/renesas/stout')
| -rw-r--r-- | board/renesas/stout/qos.c | 2 | ||||
| -rw-r--r-- | board/renesas/stout/stout.c | 2 | ||||
| -rw-r--r-- | board/renesas/stout/stout_spl.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/board/renesas/stout/qos.c b/board/renesas/stout/qos.c index 10f99f340b8..a3e512c4423 100644 --- a/board/renesas/stout/qos.c +++ b/board/renesas/stout/qos.c @@ -10,7 +10,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) diff --git a/board/renesas/stout/stout.c b/board/renesas/stout/stout.c index 109e19a292d..f1d84b5a446 100644 --- a/board/renesas/stout/stout.c +++ b/board/renesas/stout/stout.c @@ -25,7 +25,7 @@ #include <linux/errno.h> #include <asm/arch/sys_proto.h> #include <asm/gpio.h> -#include <asm/arch/rmobile.h> +#include <asm/arch/renesas.h> #include <asm/arch/rcar-mstp.h> #include <miiphy.h> #include <i2c.h> diff --git a/board/renesas/stout/stout_spl.c b/board/renesas/stout/stout_spl.c index 8ec02168106..3c7cac809eb 100644 --- a/board/renesas/stout/stout_spl.c +++ b/board/renesas/stout/stout_spl.c @@ -16,7 +16,7 @@ #include <linux/errno.h> #include <asm/arch/sys_proto.h> #include <asm/gpio.h> -#include <asm/arch/rmobile.h> +#include <asm/arch/renesas.h> #include <asm/arch/rcar-mstp.h> #include <spl.h> |
