diff options
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2014-01-08 14:10:10 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2014-01-08 14:47:40 +0900 |
commit | cdc902bd9cca9b5a14353f46435b8fa27c0db590 (patch) | |
tree | 63968ac3ca101b7ae547630f528784be3d867d9a /include/configs/ap325rxa.h | |
parent | b1165adfd5cd6bcf59657436086fc98d9d2b214d (diff) | |
download | u-boot-imx-cdc902bd9cca9b5a14353f46435b8fa27c0db590.zip u-boot-imx-cdc902bd9cca9b5a14353f46435b8fa27c0db590.tar.gz u-boot-imx-cdc902bd9cca9b5a14353f46435b8fa27c0db590.tar.bz2 |
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/ap325rxa.h')
-rw-r--r-- | include/configs/ap325rxa.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ap325rxa.h b/include/configs/ap325rxa.h index a3c6b2b..462b2e2 100644 --- a/include/configs/ap325rxa.h +++ b/include/configs/ap325rxa.h @@ -11,7 +11,6 @@ #define __AP325RXA_H #undef DEBUG -#define CONFIG_SH4 1 #define CONFIG_CPU_SH7723 1 #define CONFIG_AP325RXA 1 |