mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-04 23:37:39 +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
|