blob: 39e37bdda8fbd2f090742f9f3347f4ef414dbdfe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if TARGET_P1022DS
config SYS_BOARD
string
default "p1022ds"
config SYS_VENDOR
string
default "freescale"
config SYS_CONFIG_NAME
string
default "P1022DS"
endif
|