diff options
author | Simon Glass <sjg@chromium.org> | 2023-12-27 13:07:02 -0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2023-12-31 07:21:02 -0700 |
commit | 0b9f77f140483569e2ed4622704ef23fef527df8 (patch) | |
tree | 2845c7d5257591af4b611b15aac5a8e3e7b4107d /include/bloblist.h | |
parent | 5a53e56011f11d2abbc23217a979c5b42274056c (diff) |
bloblist: Set version to 1
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>
Diffstat (limited to 'include/bloblist.h')
-rw-r--r-- | include/bloblist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bloblist.h b/include/bloblist.h index 72c785411d0..7eff709ec8d 100644 --- a/include/bloblist.h +++ b/include/bloblist.h @@ -74,7 +74,7 @@ #include <mapmem.h> enum { - BLOBLIST_VERSION = 0, + BLOBLIST_VERSION = 1, BLOBLIST_MAGIC = 0x4a0fb10b, BLOBLIST_ALIGN_LOG2 = 3, |