blob: fe36314f487152f8d11195984b670504aae3c4e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if TARGET_POGO_E02
config SYS_BOARD
string
default "pogo_e02"
config SYS_VENDOR
string
default "cloudengines"
config SYS_CONFIG_NAME
string
default "pogo_e02"
endif
|