diff options
| author | Tom Rini <[email protected]> | 2026-03-16 08:22:58 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-03-16 08:22:58 -0600 |
| commit | 071e914b4aa139c9c411efda3fe1ffaebda5c76e (patch) | |
| tree | f65e043c2ea417b4a30ad98b9a3e28061bedbb2e /arch/arm/include | |
| parent | fab3b667b4128fae2d94752bb03088f84dafcf89 (diff) | |
| parent | 4b77b07811c2fb48b4a65ae14c387540ae6b8998 (diff) | |
Merge tag 'u-boot-dfu-20260316' of https://source.denx.de/u-boot/custodians/u-boot-dfu into next
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
Diffstat (limited to 'arch/arm/include')
| -rw-r--r-- | arch/arm/include/asm/bootm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/include/asm/bootm.h b/arch/arm/include/asm/bootm.h index 439e43c2d01..762f00e6900 100644 --- a/arch/arm/include/asm/bootm.h +++ b/arch/arm/include/asm/bootm.h @@ -8,8 +8,6 @@ #ifndef ARM_BOOTM_H #define ARM_BOOTM_H -extern void udc_disconnect(void); - #ifdef CONFIG_SUPPORT_PASSING_ATAGS # define BOOTM_ENABLE_TAGS 1 #else |
