diff options
author | Nobuhiro Iwamatsu | 2014-01-08 13:48:51 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu | 2014-01-08 14:14:10 +0900 |
commit | 31a30dd23a1f8ace4ab119f3daea3a821ad15f62 (patch) | |
tree | d19c3a64e56f4c9a81e6c7bd59b4178046a37f57 /include/configs/rsk7203.h | |
parent | 14eeb926bb1fc7fbfa0e8767136540ed10aff81a (diff) |
sh: sh2: remove CONFIG_SH2 definition from board config
CONFIG_SH2 was already defined in arch/sh/sh2/config.mk.
This removes CONFIG_SH2 from board config files of SH2.
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'include/configs/rsk7203.h')
-rw-r--r-- | include/configs/rsk7203.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/rsk7203.h b/include/configs/rsk7203.h index d64579f4a79..5920a2630c2 100644 --- a/include/configs/rsk7203.h +++ b/include/configs/rsk7203.h @@ -11,7 +11,6 @@ #define __RSK7203_H #undef DEBUG -#define CONFIG_SH2 1 #define CONFIG_SH2A 1 #define CONFIG_CPU_SH7203 1 #define CONFIG_RSK7203 1 |