
30 Oct
2020
30 Oct
'20
4:33 a.m.
Refactor the implementation slightly so that section data is not rebuilt when it is already available.
We still have GetData() set up to rebuild the section, since we don't currently track when things change that might affect a section. For example, if a blob is updated within a section, we must rebuild it. Tracking that would be possible but is more complex, so it left for another time.
Signed-off-by: Simon Glass sjg@chromium.org ---
(no changes since v1)
tools/binman/etype/section.py | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-)
Applied to u-boot-dm, thanks!