1if 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
13
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
26