mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-01-14 22:24:24 +00:00
c1ecd03d90
Switch to use binman to pack images Signed-off-by: Peng Fan <peng.fan@nxp.com>
15 lines
224 B
Text
15 lines
224 B
Text
if TARGET_IMX8MQ_EVK
|
|
|
|
config SYS_BOARD
|
|
default "imx8mq_evk"
|
|
|
|
config SYS_VENDOR
|
|
default "freescale"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "imx8mq_evk"
|
|
|
|
config IMX_CONFIG
|
|
default "board/freescale/imx8mq_evk/imximage.cfg"
|
|
|
|
endif
|