commit | 7e3f89fdf8841b3ab0eb20a757011315e1a09abb | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Nov 23 11:03:47 2021 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Dec 02 09:16:30 2021 -0700 |
tree | 55a2ae6e63fa6bcb62a52a9d2808d3848d6ea1e6 | |
parent | 92f850edadd1094e2c10e594fdc37172dbef98d9 [diff] |
binman: Allow overriding BuildSectionData() This method is currently marked private. However it is useful to be able to subclass it, since much of the entry_Section code can be reused. Rename it. Also document one confusing part of this code, so people can understand how to add a test for this case. Fix up a few pylint warnings to avoid regressing the score. Signed-off-by: Simon Glass <sjg@chromium.org>