Priyanka Jain | fd45ca0 | 2018-11-28 13:04:27 +0000 | [diff] [blame] | 1 | if TARGET_LX2160ARDB |
2 | |||||
3 | config SYS_BOARD | ||||
4 | default "lx2160a" | ||||
5 | |||||
6 | config SYS_VENDOR | ||||
7 | default "freescale" | ||||
8 | |||||
9 | config SYS_SOC | ||||
10 | default "fsl-layerscape" | ||||
11 | |||||
12 | config SYS_CONFIG_NAME | ||||
13 | default "lx2160ardb" | ||||
14 | |||||
Priyanka Jain | fd45ca0 | 2018-11-28 13:04:27 +0000 | [diff] [blame] | 15 | endif |
Pankaj Bansal | 338baa3 | 2019-02-08 10:29:58 +0000 | [diff] [blame] | 16 | |
17 | if TARGET_LX2160AQDS | ||||
18 | |||||
19 | config SYS_BOARD | ||||
20 | default "lx2160a" | ||||
21 | |||||
22 | config SYS_VENDOR | ||||
23 | default "freescale" | ||||
24 | |||||
25 | config SYS_SOC | ||||
26 | default "fsl-layerscape" | ||||
27 | |||||
28 | config SYS_CONFIG_NAME | ||||
29 | default "lx2160aqds" | ||||
30 | |||||
Pankaj Bansal | 338baa3 | 2019-02-08 10:29:58 +0000 | [diff] [blame] | 31 | endif |
32 | |||||
Meenakshi Aggarwal | 8a03b0d | 2020-12-04 20:17:28 +0530 | [diff] [blame] | 33 | if TARGET_LX2162AQDS |
34 | |||||
35 | config SYS_BOARD | ||||
36 | default "lx2160a" | ||||
37 | |||||
38 | config SYS_VENDOR | ||||
39 | default "freescale" | ||||
40 | |||||
41 | config SYS_SOC | ||||
42 | default "fsl-layerscape" | ||||
43 | |||||
44 | config SYS_CONFIG_NAME | ||||
45 | default "lx2162aqds" | ||||
46 | |||||
Meenakshi Aggarwal | 8a03b0d | 2020-12-04 20:17:28 +0530 | [diff] [blame] | 47 | endif |