
13 Jan
2022
13 Jan
'22
7 p.m.
It seems best to put the magic number right at the start of the bloblist header, so it is easier to check. This is how devicetree works.
Make this change now, before other projects make use of bloblist. Other changes may be needed / discussed, but that is TBD.
Add a checker function as well.
Signed-off-by: Simon Glass sjg@chromium.org ---
(no changes since v1)
include/bloblist.h | 25 +++++++++++++++++++++++-- test/bloblist.c | 7 +++++++ 2 files changed, 30 insertions(+), 2 deletions(-)
Applied to u-boot-dm, thanks!