]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: Allow the image name to be the data file
authorSimon Glass <sjg@chromium.org>
Sat, 13 Aug 2022 17:40:48 +0000 (11:40 -0600)
committerSimon Glass <sjg@chromium.org>
Sun, 21 Aug 2022 00:07:32 +0000 (18:07 -0600)
commitdfe1db4030edd11275e0c9f8fa020b12ecf90d8c
treef7109f866c3942af054693cd2ef461cc9a7cbd7d
parente9b5e31a12b9a459ca4c35161851674aba84f9af
binman: Allow the image name to be the data file

Some image types use the -n parameter to pass in the data file. Add
support for this, with a new property.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/entries.rst
tools/binman/etype/mkimage.py
tools/binman/ftest.py
tools/binman/test/235_mkimage_name.dts [new file with mode: 0644]