blob: 58f72f2791230f3a754e441c99f13933be247bfd [file] [log] [blame]
Martyn Welch09630602018-12-11 11:34:46 +00001if TARGET_PCL063
2
3config SYS_BOARD
4 default "pcl063"
5
6config SYS_VENDOR
7 default "phytec"
8
9config SYS_CONFIG_NAME
10 default "pcl063"
11
12endif
Parthiban Nallathambid2d11912019-04-10 16:35:32 +020013
14if TARGET_PCL063_ULL
15
16config SYS_BOARD
17 default "pcl063"
18
19config SYS_VENDOR
20 default "phytec"
21
22config SYS_CONFIG_NAME
23 default "pcl063_ull"
24
25endif