
17 Jul
2021
17 Jul
'21
10:39 p.m.
It is possible to add a blob that ends at the end of the bloblist, but at present this is not supported. Fix it and add a regression test for this case.
Signed-off-by: Simon Glass sjg@chromium.org ---
common/bloblist.c | 2 +- test/bloblist.c | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-)
Applied to u-boot-dm, thanks!