commit | 3fbba5568ca9ccd59a6bc824dc2dd9e6eac2b504 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Oct 20 18:22:46 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 31 11:01:31 2022 -0400 |
tree | cb778dc91dfeb812a6d61d61f399e55e9b0e963f | |
parent | 2b8b27fb8d8399f99660f190fd2257d983049bb5 [diff] |
binman: Handle writing ELF symbols in the Entry class This feature is used by several etypes and we plan to add more that use it. Make symbol writing a feature of the base class to reduce the code duplication. Signed-off-by: Simon Glass <sjg@chromium.org>