commit | 6fc079ea0c12cb0905b4e280f031beac2c68c0f7 | [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 | 133f0f75db9c66bc09c0cc7003a3b0951ed30011 [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>