]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
bloblist: Set version to 1
authorSimon Glass <sjg@chromium.org>
Wed, 27 Dec 2023 21:07:02 +0000 (13:07 -0800)
committerSimon Glass <sjg@chromium.org>
Sun, 31 Dec 2023 14:21:02 +0000 (07:21 -0700)
The new bloblist for v0.9 has version 1 so update this value.

Signed-off-by: Simon Glass <sjg@chromium.org>
Co-developed-by: Raymond Mao <raymond.mao@linaro.org>
Signed-off-by: Raymond Mao <raymond.mao@linaro.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/bloblist.h

index 72c785411d0bbab757f86186767636dcfccc625c..7eff709ec8d68fbe4f4d09bf8ffc87ff973da2f7 100644 (file)
@@ -74,7 +74,7 @@
 #include <mapmem.h>
 
 enum {
-       BLOBLIST_VERSION        = 0,
+       BLOBLIST_VERSION        = 1,
        BLOBLIST_MAGIC          = 0x4a0fb10b,
 
        BLOBLIST_ALIGN_LOG2     = 3,