Re: [U-Boot] [PATCH 1/1] efi_selftest: do not use efi_free_pool()

2019-02-14 Thread Alexander Graf
On 12.02.19 22:02, Heinrich Schuchardt wrote: > 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 Reviewed-by: Alexander Graf Alex _

[U-Boot] [PATCH 1/1] efi_selftest: do not use efi_free_pool()

2019-02-12 Thread Heinrich Schuchardt
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 --- lib/efi_selftest/efi_selftest_block_device.c | 2 +- lib/efi_selftest/efi_selftest_startimage_exit.c | 2 +- lib/efi_selftest