blob: 29031d0d99efc3e8fba71e086def3847853f4315 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if TARGET_P2020DS
config SYS_BOARD
string
default "p2020ds"
config SYS_VENDOR
string
default "freescale"
config SYS_CONFIG_NAME
string
default "P2020DS"
endif
|