[U-Boot] [PATCH v2 20/37] binman: Update entry.SetOffsetSize to be optional

sjg at google.com sjg at google.com
Thu Jul 18 01:59:27 UTC 2019


At present this function always sets both the offset and the size of
entries. But in some cases we want to set only one or the other, for
example with the forthcoming ifwi entry, where we only set the offset.
Update the function to handle this.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

Changes in v2: None

 tools/binman/bsection.py |  7 ++++---
 tools/binman/entry.py    | 16 ++++++++++++----
 2 files changed, 16 insertions(+), 7 deletions(-)

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list