diff options
author | Masahiro Yamada | 2014-11-06 15:55:22 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu | 2014-11-13 08:48:48 +0900 |
commit | 887363b5f0441b8ec22b586ac77df4bf5a1b09f1 (patch) | |
tree | 36123371883d40db7e66e4a661ab0dbcefdfbddf /board/renesas/rsk7203 | |
parent | 7d2366627e1f4d1dbf80e65d5bf72b832ca128c9 (diff) |
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>
Diffstat (limited to 'board/renesas/rsk7203')
-rw-r--r-- | board/renesas/rsk7203/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/board/renesas/rsk7203/Kconfig b/board/renesas/rsk7203/Kconfig index 5eb2923fb9a..10b8786411f 100644 --- a/board/renesas/rsk7203/Kconfig +++ b/board/renesas/rsk7203/Kconfig @@ -1,8 +1,5 @@ if TARGET_RSK7203 -config SYS_CPU - default "sh2" - config SYS_BOARD default "rsk7203" |