Allow this entry type to be placed in an image. This is the TPL binary, without a devicetree appended.
Signed-off-by: Simon Glass <s...@chromium.org> --- (no changes since v1) tools/binman/README.entries | 23 ++++++++++++ tools/binman/etype/u_boot_tpl_nodtb.py | 41 ++++++++++++++++++++++ tools/binman/ftest.py | 6 ++++ tools/binman/test/192_u_boot_tpl_nodtb.dts | 13 +++++++ 4 files changed, 83 insertions(+) create mode 100644 tools/binman/etype/u_boot_tpl_nodtb.py create mode 100644 tools/binman/test/192_u_boot_tpl_nodtb.dts Applied to u-boot-dm/next, thanks!