blob: 02c42cb0a29edbf6f6a5cb6a450a959cd6208f24 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if TARGET_A320EVB
config SYS_BOARD
default "a320evb"
config SYS_VENDOR
default "faraday"
config SYS_SOC
default "a320"
config SYS_CONFIG_NAME
default "a320evb"
endif
|