blob: 46e95d89dc1f9bb1d8156a23557bd54d1cf1c7be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if TARGET_CALIMAIN
config SYS_BOARD
string
default "calimain"
config SYS_VENDOR
string
default "omicron"
config SYS_CONFIG_NAME
string
default "calimain"
endif
|