commit | 3732ec36078f2bb1494505ece0e932cbeb9a7df8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Sep 14 04:57:18 2018 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri Sep 28 11:09:01 2018 -0600 |
tree | 165ca39ca97d8b10e71e8d6f8c436909a6b08d63 | |
parent | b8a4929ab407a7a0cd3d26ad7e76d2a5bb76bcbc [diff] |
binman: Add an entry method for getting the default filename Various entry implementations provide a way to obtain the default filename for an entry. But at present there is no base-class implementation for this function. Add one so that the API is defined. Signed-off-by: Simon Glass <sjg@chromium.org>