diff options
| author | Tom Rini <[email protected]> | 2024-10-17 08:34:01 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-10-17 08:34:01 -0600 |
| commit | d17661a5ff394f7552ab7ebd186581e90ca552be (patch) | |
| tree | 21d76b18017f58a5e383cb6e6d4f71185db39f73 /common | |
| parent | 9e1cd2f2cb86865bbc002ed961a095c7a8bcc989 (diff) | |
| parent | 3e47302dd71267b85e5ec65c5b6d881c23cce6cb (diff) | |
Merge tag 'u-boot-dfu-20241017' of https://source.denx.de/u-boot/custodians/u-boot-dfu
u-boot-dfu-20241017
CI: https://source.denx.de/u-boot/custodians/u-boot-dfu/-/pipelines/22742
Usb Gadget:
- Fix cdns3 endpoint configuration by setting maxpacket
- Fix dwc3 cache handling when using DMA
Fastboot:
- Make AVB_VERIFY depends on FASTBOOT
Diffstat (limited to 'common')
| -rw-r--r-- | common/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig index 0339b9e4c84..90cee19d413 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -850,6 +850,7 @@ config AVB_VERIFY depends on LIBAVB depends on MMC depends on PARTITION_UUIDS + depends on FASTBOOT help This option enables compilation of bootloader-dependent operations, used by Android Verified Boot 2.0 library (libavb). Includes: |
