blob: be2affc79de3f52e8cb27db2359ef9d969cefa5d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if TARGET_METROBOX
config SYS_BOARD
string
default "metrobox"
config SYS_VENDOR
string
default "sandburst"
config SYS_CONFIG_NAME
string
default "METROBOX"
endif
|