[PATCH 04/14] bloblist: Set version to 1

Simon Glass sjg at chromium.org
Tue Jul 25 23:36:16 CEST 2023


The new bloblist for v0.9 has version 1 so update this value.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 include/bloblist.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/bloblist.h b/include/bloblist.h
index 6ef3e9466e8..74932dcae6f 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		= 0x6ed0ff,
 
 	BLOBLIST_ALIGN_LOG2	= 4,
-- 
2.41.0.487.g6d72f3e995-goog



More information about the U-Boot mailing list