summaryrefslogtreecommitdiff
path: root/arch/sh
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@mailbox.org>2024-02-27 17:05:55 +0100
committerTom Rini <trini@konsulko.com>2024-03-02 14:29:36 -0500
commitf9aabd457930f5569297f8a0c4449b9768c1e0cf (patch)
tree69cb63364febf5e704d6f6cfb556914ccef9b80f /arch/sh
parent65abdd1978341beea257c4b6c2584efeb2f3654d (diff)
downloadu-boot-f9aabd457930f5569297f8a0c4449b9768c1e0cf.tar.gz
u-boot-f9aabd457930f5569297f8a0c4449b9768c1e0cf.tar.bz2
u-boot-f9aabd457930f5569297f8a0c4449b9768c1e0cf.zip
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>
Diffstat (limited to 'arch/sh')
-rw-r--r--arch/sh/lib/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/lib/time.c b/arch/sh/lib/time.c
index 366500d90b..19c8e3ca3e 100644
--- a/arch/sh/lib/time.c
+++ b/arch/sh/lib/time.c
@@ -16,7 +16,7 @@
#include <asm/io.h>
#include <linux/bitops.h>
-#if defined(CONFIG_CPU_SH4) || defined(CONFIG_ARCH_RMOBILE)
+#if defined(CONFIG_CPU_SH4) || defined(CONFIG_ARCH_RENESAS)
#define TSTR 0x4
#define TCR0 0x10
#endif /* CONFIG_CPU_SH4 */