sh: consolidate CONFIG_SYS_CPU defines

Now each board selects one of CONFIG_CPU_SH2, CONFIG_CPU_SH3,
CONFIG_CPU_SH4, so let's move CONFIG_SYS_CPU definition to
arch/sh/Kconfig.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
Masahiro Yamada
2014-11-06 15:55:22 +09:00
committed by Nobuhiro Iwamatsu
parent 7d2366627e
commit 887363b5f0
22 changed files with 8 additions and 66 deletions

View File

@@ -1,8 +1,5 @@
if TARGET_SHMIN
config SYS_CPU
default "sh3"
config SYS_BOARD
default "shmin"