u-boot-brain/board/gaisler/gr_ep2s60/Kconfig
Masahiro Yamada 89bedb0c10 sparc: merge CONFIG_SYS_CPU and CONFIG_SYS_VENDOR defines
For now, all the SPARC boards in U-Boot are provided by Gaisler.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Daniel Hellstrom <daniel@gaisler.com>
2014-11-04 15:01:38 -05:00

10 lines
111 B
Plaintext

if TARGET_GR_EP2S60
config SYS_BOARD
default "gr_ep2s60"
config SYS_CONFIG_NAME
default "gr_ep2s60"
endif