[PATCH 17/22] bloblist: Correct condition in bloblist_addrec()
Simon Glass
sjg at chromium.org
Sat Jul 17 22:39:12 CEST 2021
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 at chromium.org>
---
common/bloblist.c | 2 +-
test/bloblist.c | 23 +++++++++++++++++++++++
2 files changed, 24 insertions(+), 1 deletion(-)
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list