mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 18:28:55 +00:00
26 lines
297 B
Text
26 lines
297 B
Text
|
if TARGET_ARCANGEL4
|
||
|
|
||
|
config SYS_CPU
|
||
|
default "arc700"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "synopsys"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "arcangel4"
|
||
|
|
||
|
endif
|
||
|
|
||
|
if TARGET_ARCANGEL4_BE
|
||
|
|
||
|
config SYS_CPU
|
||
|
default "arc700"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "synopsys"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "arcangel4-be"
|
||
|
|
||
|
endif
|