mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 18:28:55 +00:00
89bedb0c10
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>
9 lines
99 B
Text
9 lines
99 B
Text
if TARGET_GRSIM
|
|
|
|
config SYS_BOARD
|
|
default "grsim"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "grsim"
|
|
|
|
endif
|