Re: [RESEND PATCH v3] imx8mm_venice: switch to use binman to pack images

2022-01-07 Thread Tom Rini
On Fri, Jan 07, 2022 at 01:38:41PM -0800, Tim Harvey wrote: > 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 > Reviewed-by

[RESEND PATCH v3] imx8mm_venice: switch to use binman to pack images

2022-01-07 Thread Tim Harvey
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 Reviewed-by: Marcel Ziswiler --- v3: - resent as I forgot to include the uboot list - reb