summaryrefslogtreecommitdiff
path: root/include/sh_tmu.h
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>2015-10-09 20:58:28 (GMT)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2016-08-17 01:25:34 (GMT)
commit1cc95f6e1b38e96dfbb5ffb9aec211b1d0a88135 (patch)
tree4fa7d9cc14f29f62aca55de96fc06157e2b24ba3 /include/sh_tmu.h
parent7a7d246d97bc66e01bf030b0503b14f78f08629d (diff)
downloadu-boot-fsl-qoriq-1cc95f6e1b38e96dfbb5ffb9aec211b1d0a88135.tar.xz
ARM: Rmobile: Rename CONFIG_RMOBILE to CONFIG_ARCH_RMOBILE
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'include/sh_tmu.h')
-rw-r--r--include/sh_tmu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sh_tmu.h b/include/sh_tmu.h
index 97d578d..aa60c98 100644
--- a/include/sh_tmu.h
+++ b/include/sh_tmu.h
@@ -47,7 +47,7 @@ struct tmu_regs {
};
#endif /* CONFIG_CPU_SH3 */
-#if defined(CONFIG_CPU_SH4) || defined(CONFIG_RMOBILE)
+#if defined(CONFIG_CPU_SH4) || defined(CONFIG_ARCH_RMOBILE)
struct tmu_regs {
u32 reserved;
u8 tstr;