mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
931edc6efb
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Reviewed-by: Lukasz Majewski <lukma@denx.de>
22 lines
305 B
Text
22 lines
305 B
Text
if TARGET_IMXRT1020_EVK
|
|
|
|
config SYS_BOARD
|
|
string
|
|
default "imxrt1020-evk"
|
|
|
|
config SYS_VENDOR
|
|
string
|
|
default "freescale"
|
|
|
|
config SYS_SOC
|
|
string
|
|
default "imxrt1020"
|
|
|
|
config SYS_CONFIG_NAME
|
|
string
|
|
default "imxrt1020-evk"
|
|
|
|
config IMX_CONFIG
|
|
default "board/freescale/imxrt1020-evk/imximage.cfg"
|
|
|
|
endif
|