mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-07 01:40:49 +01:00
Merge "uboot: Fix compiler warnings in u-boot-2016"
This commit is contained in:
commit
59be1ce0ee
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue