From 5a53e56011f11d2abbc23217a979c5b42274056c Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 27 Dec 2023 13:07:01 -0800 Subject: bloblist: Change the magic value This uses a new value with spec v0.9 so change it. Signed-off-by: Simon Glass Co-developed-by: Raymond Mao Signed-off-by: Raymond Mao Reviewed-by: Ilias Apalodimas Reviewed-by: Simon Glass --- include/bloblist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bloblist.h b/include/bloblist.h index 5ad1337d1fb..72c785411d0 100644 --- a/include/bloblist.h +++ b/include/bloblist.h @@ -75,7 +75,7 @@ enum { BLOBLIST_VERSION = 0, - BLOBLIST_MAGIC = 0xb00757a3, + BLOBLIST_MAGIC = 0x4a0fb10b, BLOBLIST_ALIGN_LOG2 = 3, BLOBLIST_ALIGN = 1 << BLOBLIST_ALIGN_LOG2, -- cgit v1.2.3