]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES, ...)
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 3 Oct 2018 18:02:29 +0000 (20:02 +0200)
committerAlexander Graf <agraf@suse.de>
Tue, 16 Oct 2018 14:16:49 +0000 (16:16 +0200)
commitf56f92ffc414d5faa29e9d577e07b26c4315a338
tree191c8fbecca4eda6b107f09793251bc1ec82c5ad
parent646a809b4211cebd541dbfbdefb0d445538201e9
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>
lib/efi_loader/efi_boottime.c