commit | 4a6989a40f11f3a9f7a0a980f8b44cb26550ce5c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jul 17 13:25:50 2018 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Aug 01 16:30:48 2018 -0600 |
tree | 341ab96564d12482368ec623d2766f951b7ef324 | |
parent | 7eca79213ad725b4c86467e63ba649e619c04835 [diff] |
binman: Rename ReadContents() to ReadBlobContents() This function name is too generic for its purpose and is therefore confusing. It actually only applies to blobs, so rename it to indicate this. Signed-off-by: Simon Glass <sjg@chromium.org>