mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-05 02:51:00 +00:00
16 lines
191 B
Text
16 lines
191 B
Text
|
if TARGET_GR_XC3S_1500
|
||
|
|
||
|
config SYS_CPU
|
||
|
default "leon3"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "gr_xc3s_1500"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "gaisler"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "gr_xc3s_1500"
|
||
|
|
||
|
endif
|