mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-02 17:41:08 +00:00
16 lines
175 B
Text
16 lines
175 B
Text
|
if TARGET_AXS101
|
||
|
|
||
|
config SYS_CPU
|
||
|
default "arc700"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "axs101"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "synopsys"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "axs101"
|
||
|
|
||
|
endif
|