commit | 3e85ea0c43fb1c97d9d5a1ccf6cc69147512e489 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 27 08:49:52 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Feb 05 19:33:46 2020 -0700 |
tree | faa8ddaaaf7aa2632f89a96006c3e5a27e03ac35 | |
parent | 32ec7c6e072d73420c4dfa580b37dbe1cf4b8c8f [diff] |
bloblist: Zero records when adding It is convenient for bloblist to zero out the contents of a records when it is added. This saves the callers having to do it. Update the API accordingly. Signed-off-by: Simon Glass <sjg@chromium.org>