
25 Jul
2023
25 Jul
'23
11:36 p.m.
This uses a new value with spec v0.9 so change it.
Signed-off-by: Simon Glass sjg@chromium.org ---
include/bloblist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/bloblist.h b/include/bloblist.h index e6ce98334d3..6ef3e9466e8 100644 --- a/include/bloblist.h +++ b/include/bloblist.h @@ -75,7 +75,7 @@
enum { BLOBLIST_VERSION = 0, - BLOBLIST_MAGIC = 0xb00757a3, + BLOBLIST_MAGIC = 0x6ed0ff,
BLOBLIST_ALIGN_LOG2 = 4, BLOBLIST_ALIGN = 1 << BLOBLIST_ALIGN_LOG2,
--
2.41.0.487.g6d72f3e995-goog