X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=drivers%2Ffirmware%2Fefi%2Flibstub%2Fzboot.c;h=1ceace956758682f592f6fe3f280b7260f7ca562;hb=0e7ca435c574d11771a47989a720dfa8dbf4bc46;hp=bdb17eac0cb401befbcc8b13820f9a3b416b6f19;hpb=4accdb9895349026d85e526036ff28c07921d7cf;p=platform%2Fkernel%2Flinux-starfive.git diff --git a/drivers/firmware/efi/libstub/zboot.c b/drivers/firmware/efi/libstub/zboot.c index bdb17ea..1ceace9 100644 --- a/drivers/firmware/efi/libstub/zboot.c +++ b/drivers/firmware/efi/libstub/zboot.c @@ -119,7 +119,7 @@ efi_zboot_entry(efi_handle_t handle, efi_system_table_t *systab) } status = efi_random_alloc(alloc_size, min_kimg_align, &image_base, - seed, EFI_LOADER_CODE, EFI_ALLOC_LIMIT); + seed, EFI_LOADER_CODE, 0, EFI_ALLOC_LIMIT); if (status != EFI_SUCCESS) { efi_err("Failed to allocate memory\n"); goto free_cmdline;