androidboot: init slot_partition
Change-Id: I1be603307523d245ef8961815a0df38786366d0d Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
This commit is contained in:
parent
e8e29e8d8b
commit
f0864c7f9d
|
|
@ -581,7 +581,7 @@ int do_avb_verify_partition(cmd_tbl_t *cmdtp, int flag,
|
|||
|
||||
int do_avb_flow(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
|
||||
{
|
||||
char slot_partition[2][20];
|
||||
char slot_partition[2][20] = {{0}, {0}};
|
||||
unsigned long load_address;
|
||||
AvbOps *ops;
|
||||
const char *avb_version;
|
||||
|
|
|
|||
Loading…
Reference in New Issue