rockchip: rkimg: fix compile warning

Change-Id: I8988761a6504d9e7bfca3a6702266b8b69631984
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
Kever Yang 2018-02-08 22:02:17 +08:00
parent 5c47e3d473
commit c0ae4ef946
1 changed files with 1 additions and 1 deletions

View File

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