[GIT PULL] Please pull u-boot-dfu-20260316 into master
Mattijs Korpershoek
mkorpershoek at kernel.org
Mon Mar 16 13:38:17 CET 2026
Hi Tom,
Here is a PR for master.
It contains a couple of very small changes. I don't think that they are
particularly urgent so if you prefer I can also resend them for next
instead.
DFU:
* Make DFU_WRITE_ALT symbol available outside of DFU
* Fix PCI subclass_code warning in spl_dfu
Usb Gadget:
* Mark udc_disconnect() as static
CI:
* https://source.denx.de/u-boot/custodians/u-boot-dfu/-/pipelines/29533
Thanks,
Mattijs
The following changes since commit 8d24789abed0822fbe41a2f9d72cf19650159dc6:
common/memsize.c: Fix get_ram_size() original data restore (2026-03-02 08:21:47 -0600)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-dfu.git tags/u-boot-dfu-20260316
for you to fetch changes up to 4b77b07811c2fb48b4a65ae14c387540ae6b8998:
dfu: Make the DFU_WRITE_ALT symbol available outside of DFU (2026-03-16 10:38:47 +0100)
----------------------------------------------------------------
u-boot-dfu-20260316
DFU:
* Make DFU_WRITE_ALT symbol available outside of DFU
* Fix PCI subclass_code warning in spl_dfu
Usb Gadget:
* Mark udc_disconnect() as static
----------------------------------------------------------------
Siddharth Vadapalli (1):
common: spl: spl_dfu.c: Fix warning associated with PCI subclass_code
Tom Rini (2):
usb: gadget: Mark udc_disconnect as static
dfu: Make the DFU_WRITE_ALT symbol available outside of DFU
arch/arm/include/asm/bootm.h | 2 --
common/spl/spl_dfu.c | 2 +-
drivers/dfu/Kconfig | 2 +-
drivers/usb/gadget/ci_udc.c | 2 +-
include/usb.h | 9 ---------
include/usb/udc.h | 1 -
6 files changed, 3 insertions(+), 15 deletions(-)
More information about the U-Boot
mailing list