Commits
Simon Glass committed d5079330f58
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>