diff options
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2014-01-08 13:48:51 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2014-01-08 14:14:10 +0900 |
commit | 31a30dd23a1f8ace4ab119f3daea3a821ad15f62 (patch) | |
tree | d19c3a64e56f4c9a81e6c7bd59b4178046a37f57 /include/configs/rsk7264.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/rsk7264.h')
-rw-r--r-- | include/configs/rsk7264.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/rsk7264.h b/include/configs/rsk7264.h index 62b06188d01..5338cf23b6d 100644 --- a/include/configs/rsk7264.h +++ b/include/configs/rsk7264.h @@ -12,7 +12,6 @@ #define __RSK7264_H #undef DEBUG -#define CONFIG_SH2 1 #define CONFIG_SH2A 1 #define CONFIG_CPU_SH7264 1 #define CONFIG_RSK7264 1 |