mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-16 23:07:00 +00:00
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>
This commit is contained in:
parent
5a53e56011
commit
0b9f77f140
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@
|
|||
#include <mapmem.h>
|
||||
|
||||
enum {
|
||||
BLOBLIST_VERSION = 0,
|
||||
BLOBLIST_VERSION = 1,
|
||||
BLOBLIST_MAGIC = 0x4a0fb10b,
|
||||
|
||||
BLOBLIST_ALIGN_LOG2 = 3,
|
||||
|
|
Loading…
Add table
Reference in a new issue