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>
Tue, 16 Mar 2021 08:37:04 +0000 (09:37 +0100)
commitd2ac8af95b690b490e1f336acc13037102c8828e
tree9834faa652191b54cd357ff91352137a20a53634
parentad09004ac472dedeb6e72f703035e76efa9810ca
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]