mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
8d9c0762a8
This commit adds board support for i.MXRT1050-EVK from NXP. This board is an evaluation kit provided by NXP for i.MXRT105x processor family. More information about this board can be found here: https://www.nxp.com/design/development-boards/i.mx-evaluation-and-development-boards/i.mx-rt1050-evaluation-kit:MIMXRT1050-EVK The initial supported/tested devices include: - Debug serial - SD Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
22 lines
305 B
Text
22 lines
305 B
Text
if TARGET_IMXRT1050_EVK
|
|
|
|
config SYS_BOARD
|
|
string
|
|
default "imxrt1050-evk"
|
|
|
|
config SYS_VENDOR
|
|
string
|
|
default "freescale"
|
|
|
|
config SYS_SOC
|
|
string
|
|
default "imxrt1050"
|
|
|
|
config SYS_CONFIG_NAME
|
|
string
|
|
default "imxrt1050-evk"
|
|
|
|
config IMX_CONFIG
|
|
default "board/freescale/imxrt1050-evk/imximage.cfg"
|
|
|
|
endif
|