mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-14 19:26:58 +02:00
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>
10 lines
99 B
Plaintext
10 lines
99 B
Plaintext
if TARGET_GRSIM
|
|
|
|
config SYS_BOARD
|
|
default "grsim"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "grsim"
|
|
|
|
endif
|