summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-11-21 16:04:39 +0300
committerTom Rini <trini@konsulko.com>2020-11-21 16:04:39 +0300
commit12e396303c487c9f0fdf8d36d31a97cd2dada643 (patch)
treeb76cea804b8721d05b693f1502265cd188a1e3d6 /drivers
parent5b8991c667f7d584af9a365c93e9b8c87e5e7422 (diff)
parent7e5875a85689d762bde58a587a7d531667358ee4 (diff)
downloadu-boot-12e396303c487c9f0fdf8d36d31a97cd2dada643.tar.xz
Merge tag 'efi-2021-01-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
Pull request for UEFI sub-system for efi-2021-01-rc3 (2) The parameter check for UEFI service GetNextVariableName() is corrected. The dependencies of CONFIG_DFU_TFTP are simplified. The set of supported hash algorithms reported by the EFI_TCG2_PROTOCOL is corrected.
Diffstat (limited to 'drivers')
-rw-r--r--drivers/dfu/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/dfu/Kconfig b/drivers/dfu/Kconfig
index b7427fc4f0..121dc54f54 100644
--- a/drivers/dfu/Kconfig
+++ b/drivers/dfu/Kconfig
@@ -20,9 +20,8 @@ config DFU_WRITE_ALT
config DFU_TFTP
bool "DFU via TFTP"
- select DFU_WRITE_ALT
- select DFU_OVER_TFTP
select UPDATE_COMMON
+ select DFU_OVER_TFTP
help
This option allows performing update of DFU-managed medium with data
sent via TFTP boot.