Hi Jan, On Mon, 5 Jun 2023 at 15:39, Jan Kiszka <[email protected]> wrote: > > From: Jan Kiszka <[email protected]> > > Introduce BINMAN_EXTRA_ARGS that can be set per board, e.g., to inject > specific settings. Will be used by IOT2050 first to define multiple > of-lists. > > Signed-off-by: Jan Kiszka <[email protected]> > --- > CC: Simon Glass <[email protected]> > --- > Makefile | 1 + > 1 file changed, 1 insertion(+)
I'm really not keen on this, since it means that the Makefile (or some vars it sets) are again involved in controlling the image generation. It should really all be in the binman image description / .dtsi file Regards, Simon

