blob: f51afc8234422a576b314dcedd4e4d6b7674e03f [file] [log] [blame]
Igor Sarkisov019b7732020-10-01 13:39:00 -07001if TARGET_LS2085A_EMU
2
3config SYS_BOARD
4 default "ls2085a"
5
6config SYS_VENDOR
7 default "freescale"
8
9config SYS_SOC
10 default "fsl-lsch3"
11
12config SYS_CONFIG_NAME
13 default "ls2085a_emu"
14
15endif
16
17if TARGET_LS2085A_SIMU
18
19config SYS_BOARD
20 default "ls2085a"
21
22config SYS_VENDOR
23 default "freescale"
24
25config SYS_SOC
26 default "fsl-lsch3"
27
28config SYS_CONFIG_NAME
29 default "ls2085a_simu"
30
31endif