Merge tag 'u-boot-dfu-next-20250616' of https://source.denx.de/u-boot/custodians/u-boot-dfu into next

u-boot-dfu-next-20250616

CI: https://source.denx.de/u-boot/custodians/u-boot-dfu/-/pipelines/26704

Usb gadget:
- Fix ti_musb driver in gadget mode (with DM_USB_GADGET)

DFU:
- mmc/scsi backends when using 10 or more partitions
This commit is contained in:
Tom Rini
2025-06-16 09:39:31 -06:00
28 changed files with 1007 additions and 29 deletions

View File

@@ -0,0 +1,14 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* include/configs/sparrowhawk.h
* This file is Sparrow Hawk board configuration.
*
* Copyright (C) 2025 Marek Vasut <marek.vasut+renesas@mailbox.org>
*/
#ifndef __SPARROWHAWK_H
#define __SPARROWHAWK_H
#include "rcar-gen4-common.h"
#endif /* __SPARROWHAWK_H */