mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-01-06 18:28:56 +00:00
7d926c9544
Use binman to pack images. Note that imx8mm_venice supports several boards via multiple DTB's thus in the fit node we must use: - fit,fdt-list = "of-list" - fdt-SEQ - config-SEQ Signed-off-by: Tim Harvey <tharvey@gateworks.com> Reviewed-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Reviewed-by: Fabio Estevam <festevam@gmail.com>
14 lines
232 B
Text
14 lines
232 B
Text
if TARGET_IMX8MM_VENICE
|
|
|
|
config SYS_BOARD
|
|
default "venice"
|
|
|
|
config SYS_VENDOR
|
|
default "gateworks"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "imx8mm_venice"
|
|
|
|
config IMX_CONFIG
|
|
default "board/gateworks/venice/imximage-8mm-lpddr4.cfg"
|
|
endif
|