commit | fc5a1687f8aba7ae76cb51ca1d4ce4fc2899a1a8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Mar 05 20:19:05 2022 -0700 |
committer | Simon Glass <sjg@chromium.org> | Fri Mar 18 19:24:25 2022 -0600 |
tree | d07400ebe3dee62f4ea7107f8178a6069d0a951d | |
parent | 8c0533ba927d92caed3430b327248eb0bec1c38f [diff] |
binman: Allow mkimage to use a non-zero fake-blob size Unfortunately mkimage gets upset with zero-sized files. Update the ObtainContents() method to support specifying the size, if a fake blob is created. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>