mbox series

[GIT,PULL] Please pull u-boot-amlogic-20231207

Message ID 54bab289-477a-41a5-86c0-8647ba2a1610@linaro.org
State New
Headers show
Series [GIT,PULL] Please pull u-boot-amlogic-20231207 | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20231207

Message

Neil Armstrong Dec. 7, 2023, 3:02 p.m. UTC
Hi Tom,

A little fix to add the missing DM_USB_GADGET config for the amlogic boards

The CI job is at https://source.denx.de/u-boot/custodians/u-boot-amlogic/pipelines/18828

Thanks,
Neil

The following changes since commit 2f0282922b2c458eea7f85c500a948a587437b63:

   Prepare v2024.01-rc4 (2023-12-04 13:46:56 -0500)

are available in the Git repository at:

   https://source.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20231207

for you to fetch changes up to 4005729c0de234ffcf36465f6471755617b42375:

   configs: meson: enable missing DM_USB_GADGET (2023-12-07 09:36:19 +0100)

----------------------------------------------------------------
- Add missing DM_USB_GADGET to amlogic boards

----------------------------------------------------------------
Neil Armstrong (1):
       configs: meson: enable missing DM_USB_GADGET

  configs/bananapi-m2-pro_defconfig | 1 +
  configs/bananapi-m2s_defconfig    | 1 +
  configs/libretech-cc_v2_defconfig | 1 +
  configs/odroid-go-ultra_defconfig | 1 +
  configs/radxa-zero2_defconfig     | 1 +
  5 files changed, 5 insertions(+)

Comments

Tom Rini Dec. 9, 2023, 3:48 p.m. UTC | #1
On Thu, Dec 07, 2023 at 04:02:26PM +0100, Neil Armstrong wrote:

> Hi Tom,
> 
> A little fix to add the missing DM_USB_GADGET config for the amlogic boards
> 
> The CI job is at https://source.denx.de/u-boot/custodians/u-boot-amlogic/pipelines/18828
> 
> Thanks,
> Neil
> 
> The following changes since commit 2f0282922b2c458eea7f85c500a948a587437b63:
> 
>   Prepare v2024.01-rc4 (2023-12-04 13:46:56 -0500)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20231207
> 
> for you to fetch changes up to 4005729c0de234ffcf36465f6471755617b42375:
> 
>   configs: meson: enable missing DM_USB_GADGET (2023-12-07 09:36:19 +0100)
> 

Applied to u-boot/master, thanks!