mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-22 16:48:14 +01: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
117 B
Plaintext
10 lines
117 B
Plaintext
if TARGET_GRSIM_LEON2
|
|
|
|
config SYS_BOARD
|
|
default "grsim_leon2"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "grsim_leon2"
|
|
|
|
endif
|