diff options
author | Tom Rini <trini@konsulko.com> | 2020-11-21 08:04:39 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-11-21 08:04:39 -0500 |
commit | 12e396303c487c9f0fdf8d36d31a97cd2dada643 (patch) | |
tree | b76cea804b8721d05b693f1502265cd188a1e3d6 /drivers | |
parent | 5b8991c667f7d584af9a365c93e9b8c87e5e7422 (diff) | |
parent | 7e5875a85689d762bde58a587a7d531667358ee4 (diff) | |
download | u-boot-12e396303c487c9f0fdf8d36d31a97cd2dada643.tar.gz |
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/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/dfu/Kconfig b/drivers/dfu/Kconfig index b7427fc4f0d..121dc54f546 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. |