
2 Oct
2018
2 Oct
'18
1:20 p.m.
On 14 September 2018 at 03:57, Simon Glass sjg@chromium.org wrote:
At present sections have no record of their parent so it is not possible to traverse up the tree to the root and figure out the position of a section within the image.
Change the constructor to record this information.
Signed-off-by: Simon Glass sjg@chromium.org
tools/binman/bsection.py | 5 ++++- tools/binman/etype/section.py | 3 ++- tools/binman/image.py | 5 +++-- 3 files changed, 9 insertions(+), 4 deletions(-)
Applied to u-boot-dm, and now in mainline.