Skip to content

Commit

Permalink
Merge tag 'u-boot-dfu-20240930' of https://source.denx.de/u-boot/cust…
Browse files Browse the repository at this point in the history
…odians/u-boot-dfu

u-boot-dfu-20240930

- Fix Kconfig dependencies for DFU_OVER_USB
  • Loading branch information
trini committed Sep 30, 2024
2 parents 17da979 + 2f9c472 commit bfb87a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/dfu/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions drivers/usb/gadget/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bfb87a3

Please sign in to comment.