commit | c779e0d923189a85eb1fa3a0a214541cf4795a19 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Sep 24 18:30:17 2021 -0600 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Oct 21 03:46:03 2021 +0200 |
tree | 1935a653e4401b19c3d679958bf9ecd46ff18def | |
parent | 28fc87ee3ae8730fc556757cff05480b5cf94381 [diff] |
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>