commit | 6cc29dc854916be4c8b10b956c65b4b1ff217eee | [log] [tgz] |
---|---|---|
author | Quentin Schulz <quentin.schulz@theobroma-systems.com> | Fri Sep 02 15:10:49 2022 +0200 |
committer | Kever Yang <kever.yang@rock-chips.com> | Sun Sep 04 20:00:39 2022 +0800 |
tree | 4423b349afbc16bd4f200d17dbe11f2f77b60595 | |
parent | 4d91df0548a8d71e3a2fd769b6ee65e76a764f25 [diff] |
binman: allow user-defined filenames for mkimage entry 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 <foss+uboot@0leil.net> Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com> Reviewed-by: Simon Glass <sjg@chromium.org>