u-boot-dfu-20240930

- Fix Kconfig dependencies for DFU_OVER_USB
This commit is contained in:
Tom Rini 2024-09-30 10:38:05 -06:00
commit bfb87a336b
2 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@ config DFU
config DFU_OVER_USB
bool
select HASH
depends on USB_GADGET
depends on USB_GADGET_DOWNLOAD
config DFU_OVER_TFTP
bool

View File

@ -323,6 +323,7 @@ config SPL_DFU
bool "Support DFU (Device Firmware Upgrade) in SPL"
select SPL_HASH
select SPL_DFU_NO_RESET
depends on DFU_OVER_USB
depends on SPL_RAM_SUPPORT
help
This feature enables the DFU (Device Firmware Upgrade) in SPL with