aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-12-27 13:07:01 -0800
committerSimon Glass <sjg@chromium.org>2023-12-31 07:21:02 -0700
commit5a53e56011f11d2abbc23217a979c5b42274056c (patch)
treec646eb758b2a86afb01830c78ad8aefd0fbead3a /include
parent1a2e02f955f98395142415d7c6cc14e4df903969 (diff)
downloadu-boot-5a53e56011f11d2abbc23217a979c5b42274056c.zip
u-boot-5a53e56011f11d2abbc23217a979c5b42274056c.tar.gz
u-boot-5a53e56011f11d2abbc23217a979c5b42274056c.tar.bz2
bloblist: Change the magic value
This uses a new value with spec v0.9 so change it. 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')
-rw-r--r--include/bloblist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bloblist.h b/include/bloblist.h
index 5ad1337..72c7854 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,