aboutsummaryrefslogtreecommitdiff
path: root/doc/README.bloblist
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-01-27 08:49:52 -0700
committerSimon Glass <sjg@chromium.org>2020-02-05 19:33:46 -0700
commitb83994dec7addcd5fecd0bfd2f734223eb0462f0 (patch)
treefaa8ddaaaf7aa2632f89a96006c3e5a27e03ac35 /doc/README.bloblist
parent02247c1887312e5b4b367e4fb12122381b1424bc (diff)
downloadu-boot-b83994dec7addcd5fecd0bfd2f734223eb0462f0.zip
u-boot-b83994dec7addcd5fecd0bfd2f734223eb0462f0.tar.gz
u-boot-b83994dec7addcd5fecd0bfd2f734223eb0462f0.tar.bz2
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>
Diffstat (limited to 'doc/README.bloblist')
-rw-r--r--doc/README.bloblist4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.bloblist b/doc/README.bloblist
index b0e787b..274c460 100644
--- a/doc/README.bloblist
+++ b/doc/README.bloblist
@@ -55,8 +55,8 @@ a single bloblist.
API
---
-Bloblist provides a fairly simple API which allows blobs to be created and
-found. All access is via the blob's tag.
+Bloblist provides a fairly simple API which allows blobs to be created and
+found. All access is via the blob's tag. Blob records are zeroed when added.
Finishing the bloblist