mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-12 04:56:02 +01:00
This commit adds board support for i.MXRT1170-EVK from NXP. This board is an evaluation kit provided by NXP for i.MXRT117x processor family. Signed-off-by: Jesse Taube <Mr.Bossman075@gmail.com>
23 lines
305 B
Plaintext
23 lines
305 B
Plaintext
if TARGET_IMXRT1170_EVK
|
|
|
|
config SYS_BOARD
|
|
string
|
|
default "imxrt1170-evk"
|
|
|
|
config SYS_VENDOR
|
|
string
|
|
default "freescale"
|
|
|
|
config SYS_SOC
|
|
string
|
|
default "imxrt1170"
|
|
|
|
config SYS_CONFIG_NAME
|
|
string
|
|
default "imxrt1170-evk"
|
|
|
|
config IMX_CONFIG
|
|
default "board/freescale/imxrt1170-evk/imximage.cfg"
|
|
|
|
endif
|