rockchip: rkimg: fix compile warning
Change-Id: I8988761a6504d9e7bfca3a6702266b8b69631984 Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
parent
5c47e3d473
commit
c0ae4ef946
|
|
@ -147,7 +147,7 @@ err:
|
|||
int get_bootdev_type(void)
|
||||
{
|
||||
int type = 0;
|
||||
char *boot_media = NULL, *boot_mode = NULL;
|
||||
char *boot_media = NULL;
|
||||
char boot_options[128] = {0};
|
||||
static int appended;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue