diff options
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2014-01-08 13:51:07 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2014-01-08 14:47:40 +0900 |
commit | 2bb29629fc4790c53ec9275b66e4641405ea5ac4 (patch) | |
tree | 10b639d8d8be2bd066fb0dffd6d5ca356bfa90ca /include/configs/ms7720se.h | |
parent | 22e7d66181aa64e1fbca1132049ab4fe0ed44bc5 (diff) | |
download | u-boot-imx-2bb29629fc4790c53ec9275b66e4641405ea5ac4.zip u-boot-imx-2bb29629fc4790c53ec9275b66e4641405ea5ac4.tar.gz u-boot-imx-2bb29629fc4790c53ec9275b66e4641405ea5ac4.tar.bz2 |
sh: sh3: remove CONFIG_SH3 definition from board config
CONFIG_SH3 was already defined in arch/sh/sh3/config.mk.
This removes CONFIG_SH3 from board config files of SH3.
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'include/configs/ms7720se.h')
-rw-r--r-- | include/configs/ms7720se.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ms7720se.h b/include/configs/ms7720se.h index 029f0e7..585d68f 100644 --- a/include/configs/ms7720se.h +++ b/include/configs/ms7720se.h @@ -9,7 +9,6 @@ #ifndef __MS7720SE_H #define __MS7720SE_H -#define CONFIG_SH3 1 #define CONFIG_CPU_SH7720 1 #define CONFIG_MS7720SE 1 |