efi_selftest: Remove loadfile2 for initrd selftests
authorIlias Apalodimas <ilias.apalodimas@linaro.org>
Sat, 13 Mar 2021 21:47:32 +0000 (23:47 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 25 Mar 2021 19:08:02 +0000 (20:08 +0100)
commit6f90899120cb4fc2ec281add11ea34bc212b7147
treeea22ae463a487a852d2151600249b7e20cc249ff
parenta81978efe31199925b1753a2e45319fae5b3a91d
efi_selftest: Remove loadfile2 for initrd selftests

We are redefining how u-boot locates the initrd to load via the kernel
LoadFile2 protocol.  This selftest is not relevant any more, so remove
it. A new one will be added later

Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_selftest/Makefile
lib/efi_selftest/efi_selftest_load_initrd.c [deleted file]