1if TARGET_IMXRT1050_EVK
2
3config SYS_BOARD
4	string
5	default "imxrt1050-evk"
6
7config SYS_VENDOR
8	string
9	default "freescale"
10
11config SYS_SOC
12	string
13	default "imxrt1050"
14
15config SYS_CONFIG_NAME
16	string
17	default "imxrt1050-evk"
18
19config IMX_CONFIG
20	default "board/freescale/imxrt1050-evk/imximage.cfg"
21
22endif
23