mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 05:34:28 +00:00
23 lines
305 B
Text
23 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
|