commit | c5ad04b72169c40e3646ed5bba28832eed2c5d4f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 20 12:23:46 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 29 09:38:06 2019 -0600 |
tree | 73fcbfba65313e721c03cb2256492e22ec66508b | |
parent | c6bd6e235ac6d6a35e9ad8f3db49db7ba27f7650 [diff] |
binman: Add a function to obtain the image for an Entry At present we have an 'image' property in the entry for this purpose, but this is not necessary and seems error-prone in the presence of inheritance. Add a function instead. The Entry_section class overrides this with a special version, since top-level sections are in fact images, since Image inherits Entry_section. Signed-off-by: Simon Glass <sjg@chromium.org>