diff options
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2014-11-14 12:52:47 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2014-11-17 13:16:20 +0900 |
commit | 570dd7f441c2d2d2e83a9345608801c92e7d2c6f (patch) | |
tree | 611f4278240d5ac2932e3b04b7b9034b88d9d7c9 /include/configs/sh7753evb.h | |
parent | f97eeba44571fa3d85bdbc1161de7f24496227c0 (diff) | |
download | u-boot-570dd7f441c2d2d2e83a9345608801c92e7d2c6f.tar.gz |
sh: Move SH_32BIT to Kconfig
This moves SH_32BIT to Kconfig, and removes SH_32BIT from config
files.
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'include/configs/sh7753evb.h')
-rw-r--r-- | include/configs/sh7753evb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/sh7753evb.h b/include/configs/sh7753evb.h index e400db08ad..c31dd7a174 100644 --- a/include/configs/sh7753evb.h +++ b/include/configs/sh7753evb.h @@ -10,7 +10,6 @@ #define __SH7753EVB_H #undef DEBUG -#define CONFIG_SH_32BIT 1 #define CONFIG_CPU_SH7753 1 #define CONFIG_SH7753EVB 1 |