mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 09:27:35 +00:00
67e2df581c
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>
22 lines
305 B
Text
22 lines
305 B
Text
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
|