commit | 1e0304e317a2f4dd382515517eaa365288781eb4 | [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 | 75729755d0be8ff8652d655f4fb46bffb40a8394 [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>