mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-20 03:38:43 +00:00
16 lines
182 B
Text
16 lines
182 B
Text
|
if TARGET_GR_EP2S60
|
||
|
|
||
|
config SYS_CPU
|
||
|
default "leon3"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "gr_ep2s60"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "gaisler"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "gr_ep2s60"
|
||
|
|
||
|
endif
|