mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
sysupgrade: Fix compiler warnings
Change-Id: I69e4d5cf06212feb9e67d7071779846581096bec Signed-off-by: Naresh Kumar Mehta <naresh@codeaurora.org>
This commit is contained in:
parent
be5e618364
commit
488a613637
2 changed files with 2 additions and 1 deletions
|
|
@ -1430,7 +1430,7 @@ int is_image_authenticated(void)
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
int sec_image_auth()
|
int sec_image_auth(void)
|
||||||
{
|
{
|
||||||
int fd, i, len;
|
int fd, i, len;
|
||||||
char *buf = NULL;
|
char *buf = NULL;
|
||||||
|
|
|
||||||
|
|
@ -127,3 +127,4 @@ int is_component_authenticated(char *, char *, char *);
|
||||||
int is_image_authenticated(void);
|
int is_image_authenticated(void);
|
||||||
int do_board_upgrade_check(char *);
|
int do_board_upgrade_check(char *);
|
||||||
int check_nand_preamble(uint8_t *);
|
int check_nand_preamble(uint8_t *);
|
||||||
|
int find_mtd_part_size(void);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue