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

if TARGET_GRSIM
config SYS_BOARD
default "grsim"
config SYS_CONFIG_NAME
default "grsim"
endif