commit | 08723a7abbc7e28b22d18684faf5142fc6f155e8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Sep 14 04:57:33 2018 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sat Sep 29 11:49:35 2018 -0600 |
tree | 92d53765f4f7704cae0e030122deee1f2cf92ea0 | |
parent | f025363543636191cfc6d277733317cb0198189f [diff] |
binman: Record the parent section of each section 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>