androidboot: init slot_partition

Change-Id: I1be603307523d245ef8961815a0df38786366d0d
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
This commit is contained in:
Jason Zhu 2017-09-20 15:24:54 +08:00 committed by Kever Yang
parent e8e29e8d8b
commit f0864c7f9d
1 changed files with 1 additions and 1 deletions

View File

@ -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;