Commit 3d9144c2 authored by Jiri Olsa's avatar Jiri Olsa Committed by Paul Mundt

sh: remove dead config symbols from SH code

Signed-off-by: default avatarJiri Olsa <olsajiri@gmail.com>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 541c5477
...@@ -23,8 +23,7 @@ ...@@ -23,8 +23,7 @@
* --------------------------------------------------------------------------- * ---------------------------------------------------------------------------
*/ */
#if !defined(CONFIG_CPU_SUBTYPE_SH7720) && \ #if !defined(CONFIG_CPU_SUBTYPE_SH7720)
!defined(CONFIG_CPU_SUBTYPE_SH7727)
#define TMU_TOCR 0xfffffe90 /* Byte access */ #define TMU_TOCR 0xfffffe90 /* Byte access */
#endif #endif
...@@ -58,8 +57,7 @@ ...@@ -58,8 +57,7 @@
#define TMU2_TCOR 0xfffffeac /* Long access */ #define TMU2_TCOR 0xfffffeac /* Long access */
#define TMU2_TCNT 0xfffffeb0 /* Long access */ #define TMU2_TCNT 0xfffffeb0 /* Long access */
#define TMU2_TCR 0xfffffeb4 /* Word access */ #define TMU2_TCR 0xfffffeb4 /* Word access */
#if !defined(CONFIG_CPU_SUBTYPE_SH7720) && \ #if !defined(CONFIG_CPU_SUBTYPE_SH7720)
!defined(CONFIG_CPU_SUBTYPE_SH7727)
#define TMU2_TCPR2 0xfffffeb8 /* Long access */ #define TMU2_TCPR2 0xfffffeb8 /* Long access */
#endif #endif
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment