On Mon, 27 Nov 2023 at 12:52, Raymond Mao <raymond....@linaro.org> wrote: > > From: Simon Glass <s...@chromium.org> > > There is no flags value in spec v0.9 so drop it. > > For now it is still present in the header, with an underscore, so that > tests continue to pass. > > Signed-off-by: Simon Glass <s...@chromium.org> > Signed-off-by: Raymond Mao <raymond....@linaro.org> > --- > common/bloblist.c | 5 ++--- > include/bloblist.h | 6 ++---- > test/bloblist.c | 45 +++++++++++++++++++-------------------------- > 3 files changed, 23 insertions(+), 33 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org>