mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-13 14:53:06 +00:00
16 lines
197 B
Text
16 lines
197 B
Text
|
if TARGET_GR_CPCI_AX2000
|
||
|
|
||
|
config SYS_CPU
|
||
|
default "leon3"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "gr_cpci_ax2000"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "gaisler"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "gr_cpci_ax2000"
|
||
|
|
||
|
endif
|