commit | b8f903790671107f69914df495f865275123ff82 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 01 05:13:57 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Sep 22 12:50:43 2020 -0600 |
tree | 579b751122fd0b3e4648b1580acdb61f0a9f1fb7 | |
parent | 90ee4a73863cd959bb4dfdf83293b65fd1c9aab2 [diff] |
binman: Move 'external' support into base class At present we have an Entry_blob_ext which implement a blob which holds an external binary. We need to support other entry types that hold external binaries, e.g. Entry_blob_named_by_arg. Move the support into the base Entry class to allow this. Signed-off-by: Simon Glass <sjg@chromium.org>