efi_loader: Drop code that doesn't work with driver model
authorSimon Glass <sjg@chromium.org>
Sat, 25 Sep 2021 00:30:17 +0000 (18:30 -0600)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 21 Oct 2021 01:46:03 +0000 (03:46 +0200)
commitc779e0d923189a85eb1fa3a0a214541cf4795a19
tree1935a653e4401b19c3d679958bf9ecd46ff18def
parent28fc87ee3ae8730fc556757cff05480b5cf94381
efi_loader: Drop code that doesn't work with driver model

This code should never have been added as it builds a new feature on top
of legacy code. This has already been improved with the dependency on BLK.

Add a dependency on DM_ETH also, to avoid needing to deal with this old
code.

Boards which want EFI_LOADER should migrate to driver model first.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_driver/Makefile
lib/efi_loader/Kconfig
lib/efi_loader/efi_device_path.c
lib/efi_loader/efi_disk.c