commit | a326b495cdcfd56507841e38158683e6e4d5894c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Sep 14 04:57:11 2018 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri Sep 28 11:09:01 2018 -0600 |
tree | ed9f9a1077bda5d9c09346c17be149e00e017776 | |
parent | 35b384cbe5d40e618391cc076409e89cedf9c863 [diff] |
binman: Tidy up the vblock entry At present if there are two vblock entries an image their contents are written to the same file in the output directory. This prevents checking the contents of each separately. Fix this by adding part of the entry path to the filename, and add some missing comments. Signed-off-by: Simon Glass <sjg@chromium.org>