diff options
| author | Tom Rini <[email protected]> | 2025-06-16 09:39:31 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-06-16 09:39:31 -0600 |
| commit | 4d23c8aeaaaab1865732b11c7345bf5e2b9bb89a (patch) | |
| tree | 1f75e3727ae6806ccc996027e56d11c3eb7d2932 /include/configs | |
| parent | 9de873b4c3098c0662d4adaeb1cc31be4e6d2688 (diff) | |
| parent | e6eca9ea6457e79acb4e2a426f1e078842c17b25 (diff) | |
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
Diffstat (limited to 'include/configs')
| -rw-r--r-- | include/configs/sparrowhawk.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/configs/sparrowhawk.h b/include/configs/sparrowhawk.h new file mode 100644 index 00000000000..0524e39229c --- /dev/null +++ b/include/configs/sparrowhawk.h @@ -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 <[email protected]> + */ + +#ifndef __SPARROWHAWK_H +#define __SPARROWHAWK_H + +#include "rcar-gen4-common.h" + +#endif /* __SPARROWHAWK_H */ |
