[PATCH 1/2] binman: Update intel_ifwi to store padded section
Simon Glass
sjg at chromium.org
Wed Nov 4 00:02:38 CET 2020
With a recent change this entry stores only part of the section data,
leaving out the padding at the end. Fix this by using GetPaddedData() to
get the data. Add this function to the base Entry class also.
Fixes: d1d3ad7d1fe ("binman: Move section padding to the parent")
Signed-off-by: Simon Glass <sjg at chromium.org>
---
tools/binman/entry.py | 16 ++++++++++++++++
tools/binman/etype/intel_ifwi.py | 2 +-
2 files changed, 17 insertions(+), 1 deletion(-)
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list