u-boot-brain/board/renesas/sh7752evb/Kconfig
Masahiro Yamada 887363b5f0 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>
2014-11-13 08:48:48 +09:00

13 lines
149 B
Plaintext

if TARGET_SH7752EVB
config SYS_BOARD
default "sh7752evb"
config SYS_VENDOR
default "renesas"
config SYS_CONFIG_NAME
default "sh7752evb"
endif