mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-18 22:58:13 +01:00
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>
This commit is contained in:
parent
1a2e02f955
commit
5a53e56011
@ -75,7 +75,7 @@
|
|||||||
|
|
||||||
enum {
|
enum {
|
||||||
BLOBLIST_VERSION = 0,
|
BLOBLIST_VERSION = 0,
|
||||||
BLOBLIST_MAGIC = 0xb00757a3,
|
BLOBLIST_MAGIC = 0x4a0fb10b,
|
||||||
|
|
||||||
BLOBLIST_ALIGN_LOG2 = 3,
|
BLOBLIST_ALIGN_LOG2 = 3,
|
||||||
BLOBLIST_ALIGN = 1 << BLOBLIST_ALIGN_LOG2,
|
BLOBLIST_ALIGN = 1 << BLOBLIST_ALIGN_LOG2,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user