u-boot-brain/board/gaisler/gr_xc3s_1500/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
120 B
Plaintext

if TARGET_GR_XC3S_1500
config SYS_BOARD
default "gr_xc3s_1500"
config SYS_CONFIG_NAME
default "gr_xc3s_1500"
endif