Re: [PATCH v2] imx8mm_beacon: Switch to binman for generating image

2022-01-07 Thread Tom Rini
On Fri, Oct 22, 2021 at 11:43:40PM +0200, Marcel Ziswiler wrote: > From: Adam Ford > > To eliminate a warning when using custom imx tools for generating > a binary, use binman to generate flash.bin. > > Signed-off-by: Adam Ford > Signed-off-by: Marcel Ziswiler > Reviewed-by: Simon Glass

Re: [PATCH v2] imx8mm_beacon: Switch to binman for generating image

2021-10-24 Thread Simon Glass
On Fri, 22 Oct 2021 at 15:49, Marcel Ziswiler wrote: > > From: Adam Ford > > To eliminate a warning when using custom imx tools for generating > a binary, use binman to generate flash.bin. > > Signed-off-by: Adam Ford > Signed-off-by: Marcel Ziswiler > > --- > Note that this re-base is only

[PATCH v2] imx8mm_beacon: Switch to binman for generating image

2021-10-22 Thread Marcel Ziswiler
From: Adam Ford To eliminate a warning when using custom imx tools for generating a binary, use binman to generate flash.bin. Signed-off-by: Adam Ford Signed-off-by: Marcel Ziswiler --- Note that this re-base is only compile tested. Changes in v2: - Re-based on top of imx/master.