]> Git Repo - u-boot.git/commit
efi_selftest: do not use efi_free_pool()
authorHeinrich Schuchardt <[email protected]>
Tue, 12 Feb 2019 20:50:45 +0000 (21:50 +0100)
committerHeinrich Schuchardt <[email protected]>
Sat, 16 Feb 2019 14:42:19 +0000 (15:42 +0100)
commitafa17aa23ffcd62b2233281b603cb95510655dce
tree54b09feca012886faf9f959f782180f2a1f9b9b0
parentd391c13c99a2b48c98cef6df4479247cd4e62f9d
efi_selftest: do not use efi_free_pool()

In efi_selftest we are in EFI land. We should not use U-Boot library
functions but boot time services for memory management.

Signed-off-by: Heinrich Schuchardt <[email protected]>
Reviewed-by: Alexander Graf <[email protected]>
lib/efi_selftest/efi_selftest_block_device.c
lib/efi_selftest/efi_selftest_startimage_exit.c
lib/efi_selftest/efi_selftest_startimage_return.c
This page took 0.038612 seconds and 4 git commands to generate.