Merge "uboot: Fix compiler warnings in u-boot-2016"

This commit is contained in:
Linux Build Service Account 2019-06-19 23:05:35 -07:00 committed by Gerrit - the friendly Code Review server
commit 59be1ce0ee

View file

@ -121,7 +121,8 @@ static int do_flash(cmd_tbl_t *cmdtp, int flag, int argc,
char * const argv[])
{
int flash_cmd = 0;
uint32_t load_addr, offset, part_size, file_size, adj_size;
uint32_t offset, part_size, file_size, adj_size;
uint32_t load_addr = 0;
uint32_t size_block, start_block, file_size_cpy;
char *part_name = NULL, *filesize, *loadaddr;
int flash_type, ret, retn;