[U-Boot] [PATCH 28/31] binman: Record the parent section of each section
Simon Glass
sjg at chromium.org
Tue Oct 2 11:20:27 UTC 2018
On 14 September 2018 at 03:57, Simon Glass <sjg at 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 at 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.
More information about the U-Boot
mailing list