commit | 3170e546003aa43ddd6e528ecda89800f593734d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 08 14:25:39 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 24 12:54:08 2019 -0700 |
tree | d3fba028854f13fee5f859cde76e7f02082e1d29 | |
parent | 90d2968106fedb279b15ea972663fd57d3a1cdb0 [diff] |
binman: Provide the actual data address for cbfs files At present a file with no explicit CBFS offset is placed in the next available location but there is no way to find out where it ended up. Update and rename the get_data() function to provide this information. Signed-off-by: Simon Glass <sjg@chromium.org>