commit | 990b1742018bada1c4c33a2653a035a9bbbd6a1e | [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 | 2c360cf73aba4ab5485787c18795536296a75745 [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>