
26 Jan
2022
26 Jan
'22
4:36 p.m.
Update the GBB and vblock entry types to use this bintool, instead of running futility directly. This simplifies the code and provides more consistency as well as supporting missing bintools.
Signed-off-by: Simon Glass sjg@chromium.org ---
(no changes since v1)
tools/binman/etype/gbb.py | 37 +++++++++++++++++++++--------------- tools/binman/etype/vblock.py | 32 ++++++++++++++++++------------- 2 files changed, 41 insertions(+), 28 deletions(-)
Applied to u-boot-dm, thanks!