Re: [PATCH v5 2/8] binman: allow user-defined filenames for mkimage entry

2022-08-26 Thread Simon Glass
On Fri, 26 Aug 2022 at 09:37, Quentin Schulz wrote: > > From: Quentin Schulz > > mkimage entry currently creates a file whose name is derived from the > section name containing said entry. > > Let's allow the user to define a filename for the mkimage-generated > binary by using the 'filename' DT

[PATCH v5 2/8] binman: allow user-defined filenames for mkimage entry

2022-08-26 Thread Quentin Schulz
From: Quentin Schulz mkimage entry currently creates a file whose name is derived from the section name containing said entry. Let's allow the user to define a filename for the mkimage-generated binary by using the 'filename' DT property. Cc: Quentin Schulz Signed-off-by: Quentin Schulz ---