commit | 5b044548f5ae3e5f7cfbd4a6399f0695b4fb709b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 27 08:49:50 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Feb 05 19:33:46 2020 -0700 |
tree | 35559c0f03ee22ce6a18199c695fdc9edf18618b | |
parent | 9ff5e0495d4bc8aee79c712a8603ef9bd7c06cd7 [diff] |
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>