diff options
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2015-10-10 05:58:28 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2016-08-17 10:25:34 +0900 |
commit | 1cc95f6e1b38e96dfbb5ffb9aec211b1d0a88135 (patch) | |
tree | 4fa7d9cc14f29f62aca55de96fc06157e2b24ba3 /include/sh_tmu.h | |
parent | 7a7d246d97bc66e01bf030b0503b14f78f08629d (diff) | |
download | u-boot-imx-1cc95f6e1b38e96dfbb5ffb9aec211b1d0a88135.zip u-boot-imx-1cc95f6e1b38e96dfbb5ffb9aec211b1d0a88135.tar.gz u-boot-imx-1cc95f6e1b38e96dfbb5ffb9aec211b1d0a88135.tar.bz2 |
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.h | 2 |
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; |