diff options
author | Nobuhiro Iwamatsu | 2014-01-08 14:10:10 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu | 2014-01-08 14:47:40 +0900 |
commit | cdc902bd9cca9b5a14353f46435b8fa27c0db590 (patch) | |
tree | 63968ac3ca101b7ae547630f528784be3d867d9a /include/configs/ecovec.h | |
parent | b1165adfd5cd6bcf59657436086fc98d9d2b214d (diff) |
sh: sh4: remove CONFIG_SH4 definition from board config
CONFIG_SH4 was already defined in arch/sh/sh4/config.mk.
This removes CONFIG_SH4 from board config files of SH4.
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'include/configs/ecovec.h')
-rw-r--r-- | include/configs/ecovec.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ecovec.h b/include/configs/ecovec.h index a8f6dc9a05a..ee9bd0731fb 100644 --- a/include/configs/ecovec.h +++ b/include/configs/ecovec.h @@ -23,7 +23,6 @@ */ #undef DEBUG -#define CONFIG_SH4 1 #define CONFIG_SH4A 1 #define CONFIG_CPU_SH7724 1 #define CONFIG_BOARD_LATE_INIT 1 |