commit | 1223db038a5282b400eab3e4bd2a44fa8658ff4e | [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 | 6c223fda1e624e1e382fcb029e9d60f441444d2e [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>