From: Simon Glass Date: Wed, 27 Dec 2023 21:07:02 +0000 (-0800) Subject: bloblist: Set version to 1 X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=0b9f77f140483569e2ed4622704ef23fef527df8;p=u-boot.git bloblist: Set version to 1 The new bloblist for v0.9 has version 1 so update this value. Signed-off-by: Simon Glass Co-developed-by: Raymond Mao Signed-off-by: Raymond Mao Reviewed-by: Ilias Apalodimas Reviewed-by: Simon Glass --- diff --git a/include/bloblist.h b/include/bloblist.h index 72c785411d..7eff709ec8 100644 --- a/include/bloblist.h +++ b/include/bloblist.h @@ -74,7 +74,7 @@ #include enum { - BLOBLIST_VERSION = 0, + BLOBLIST_VERSION = 1, BLOBLIST_MAGIC = 0x4a0fb10b, BLOBLIST_ALIGN_LOG2 = 3,