mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
Merge tag 'u-boot-dfu-20240930' of https://source.denx.de/u-boot/custodians/u-boot-dfu
u-boot-dfu-20240930 - Fix Kconfig dependencies for DFU_OVER_USB
This commit is contained in:
commit
bfb87a336b
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user