bloblist: Add a new function to add or check size
authorSimon Glass <sjg@chromium.org>
Mon, 27 Jan 2020 15:49:50 +0000 (08:49 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 6 Feb 2020 02:33:46 +0000 (19:33 -0700)
commit5b044548f5ae3e5f7cfbd4a6399f0695b4fb709b
tree35559c0f03ee22ce6a18199c695fdc9edf18618b
parent9ff5e0495d4bc8aee79c712a8603ef9bd7c06cd7
bloblist: Add a new function to add or check size

A common check is to see if a blob is present, create it if not and make
sure that the size is large enough. Add a function to handle this.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/bloblist.c
include/bloblist.h
test/bloblist.c