On Wed, 3 Aug 2022 at 06:19, Quentin Schulz <[email protected]> wrote: > > From: Quentin Schulz <[email protected]> > > 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 <[email protected]> > Signed-off-by: Quentin Schulz <[email protected]> > --- > > v4: > - added binman test, > - fixed >80 chars-long line, > > added in v3 > > tools/binman/etype/mkimage.py | 9 ++++++-- > tools/binman/ftest.py | 6 ++++++ > tools/binman/test/235_mkimage_filename.dts | 24 ++++++++++++++++++++++ > 3 files changed, 37 insertions(+), 2 deletions(-) > create mode 100644 tools/binman/test/235_mkimage_filename.dts
Reviewed-by: Simon Glass <[email protected]>

