diff options
Diffstat (limited to 'boot')
| -rw-r--r-- | boot/image-android.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/boot/image-android.c b/boot/image-android.c index 14cf611cee5..1cd2060bb3f 100644 --- a/boot/image-android.c +++ b/boot/image-android.c @@ -680,7 +680,7 @@ bool android_image_get_dtb_by_index(ulong hdr_addr, ulong vendor_boot_img,  {  	struct andr_image_data img_data;  	const struct andr_boot_img_hdr_v0 *hdr; -	const struct andr_vnd_boot_img_hdr *vhdr; +	const struct andr_vnd_boot_img_hdr *vhdr = NULL;  	hdr = map_sysmem(hdr_addr, sizeof(*hdr));  	if (vendor_boot_img != -1) | 
