diff options
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2014-11-14 03:52:47 (GMT) |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2014-11-17 04:16:20 (GMT) |
commit | 570dd7f441c2d2d2e83a9345608801c92e7d2c6f (patch) | |
tree | 611f4278240d5ac2932e3b04b7b9034b88d9d7c9 /configs/sh7757lcr_defconfig | |
parent | f97eeba44571fa3d85bdbc1161de7f24496227c0 (diff) | |
download | u-boot-570dd7f441c2d2d2e83a9345608801c92e7d2c6f.tar.xz |
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 'configs/sh7757lcr_defconfig')
-rw-r--r-- | configs/sh7757lcr_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sh7757lcr_defconfig b/configs/sh7757lcr_defconfig index 3066d97..ffcf961 100644 --- a/configs/sh7757lcr_defconfig +++ b/configs/sh7757lcr_defconfig @@ -1,2 +1,3 @@ CONFIG_SH=y +CONFIG_SH_32BIT=y CONFIG_TARGET_SH7757LCR=y |