commit | abb4387213c2835b7bdcdd475d4a800c1fb34a67 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Oct 03 20:02:29 2018 +0200 |
committer | Alexander Graf <agraf@suse.de> | Tue Oct 16 16:16:49 2018 +0200 |
tree | 191c8fbecca4eda6b107f09793251bc1ec82c5ad | |
parent | 237a73e563b054d8b64b72bc5050b0397ced15b5 [diff] |
efi_loader: efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES, ...) The first parameter of efi_allocate_pool is a memory type. It cannot be EFI_ALLOCATE_ANY_PAGES. Use EFI_BOOT_SERVICES_DATA instead. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>