blob: a5672049bf872b081175f492a7166dc5ab671bfb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if TARGET_MT_VENTOUX
config SYS_BOARD
string
default "mt_ventoux"
config SYS_VENDOR
string
default "teejet"
config SYS_CONFIG_NAME
string
default "mt_ventoux"
endif
|