blob: e7ae6af83633da26981a59bd36654742c700b6fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if TARGET_PIP405
config SYS_BOARD
default "pip405"
config SYS_VENDOR
default "mpl"
config SYS_CONFIG_NAME
default "PIP405"
config ISO_STRING
string
default "MEV-10066-001"
endif
|