blob: b433d6e5df0b3b1ddcbf025973ab6e62ed709501 [file] [log] [blame]
Jesse Taube9451ffe2022-07-26 01:43:39 -04001if TARGET_IMXRT1170_EVK
2
3config SYS_BOARD
4 string
5 default "imxrt1170-evk"
6
7config SYS_VENDOR
8 string
9 default "freescale"
10
11config SYS_SOC
12 string
13 default "imxrt1170"
14
15config SYS_CONFIG_NAME
Jesse Taube9451ffe2022-07-26 01:43:39 -040016 default "imxrt1170-evk"
17
18config IMX_CONFIG
19 default "board/freescale/imxrt1170-evk/imximage.cfg"
20
21endif