mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-15 11:45:54 +00:00
13 lines
226 B
Plaintext
13 lines
226 B
Plaintext
|
if TARGET_VEXPRESS64_BASE_FVP || TARGET_VEXPRESS64_JUNO || TARGET_VEXPRESS64_BASE_FVP_DRAM
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "vexpress64"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "armltd"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "vexpress_aemv8a"
|
||
|
|
||
|
endif
|