]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: avoid anonymous constants for AllocatePages
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 26 May 2018 08:32:27 +0000 (10:32 +0200)
committerAlexander Graf <agraf@suse.de>
Sun, 3 Jun 2018 13:27:21 +0000 (15:27 +0200)
commitdff3071c44be7f25612224bbe5e6e6b140a2a82a
tree7418c9fdab3aa7a93beb3946ffeb7ecad0e02d9f
parentef3efe1a3ab7731638ea95eab320c7804ad6eb7b
efi_loader: avoid anonymous constants for AllocatePages

Do not use anonymous constants when calling efi_allocage_pages.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
cmd/bootefi.c
lib/efi_loader/efi_memory.c