commit | af8c45cca8f8682cd422049551c0d0cff8f7fe1c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 20 12:23:41 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 29 09:38:05 2019 -0600 |
tree | 0247b9faeb43b805280d44d81e7a186961bc1250 | |
parent | 76546579adde70997098640f24b42c695ead80d1 [diff] |
binman: Support loading entry data from a file When modifying an image it is convenient to load the data from the file into each entry so that it can be reprocessed. Add a new LoadData() method to handle this. Signed-off-by: Simon Glass <sjg@chromium.org>