mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-12 22:33:18 +00:00
20 lines
207 B
Text
20 lines
207 B
Text
|
if TARGET_AXS101
|
||
|
|
||
|
config SYS_CPU
|
||
|
string
|
||
|
default "arc700"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
string
|
||
|
default "axs101"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
string
|
||
|
default "synopsys"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
string
|
||
|
default "axs101"
|
||
|
|
||
|
endif
|