
18 Jul
2019
18 Jul
'19
3:59 a.m.
At present binman requires that the Intel descriptor has an explicit offset. Generally this is 0 since the descriptor is at the start of the image. Add a default to handle this, so users don't need to specify the offset.
Signed-off-by: Simon Glass sjg@chromium.org ---
Changes in v2: None
tools/binman/bsection.py | 8 ++++++++ tools/binman/etype/intel_descriptor.py | 2 ++ 2 files changed, 10 insertions(+)
Applied to u-boot-dm, thanks!