mbox series

Please pull u-boot-dm

Message ID CAFLszThCKjb92drKN0AkVoqJ1gbz8e_=vif3tOjkfwGcmG+x9w@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show
Series Please pull u-boot-dm | expand

Pull-request

git://git.denx.de/u-boot-dm.git tags/dm-pull-1sep24

Message

Simon Glass Sept. 1, 2024, 8:09 p.m. UTC
Hi Tom,

The following changes since commit 57949a99b7bd0aa21abbde1ffa7e50e5d9e10a4e:

https://source.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/22192
https://dev.azure.com/simon0972/u-boot/_build/results?buildId=67&view=results

  Merge tag 'u-boot-imx-master-20240829' of
https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2024-08-29
08:15:37 -0600)

are available in the Git repository at:

  git://git.denx.de/u-boot-dm.git tags/dm-pull-1sep24

for you to fetch changes up to 4597acbd5943a53afb8aeb9595f2ea5a40e1f99f:

  qconfig: Fix an incorrect format-string with negative value
(2024-09-01 11:05:43 -0600)

----------------------------------------------------------------
Minor fixes for qconfig and patman

----------------------------------------------------------------
Brian Norris (1):
      patman: Resolve python string vs. regex escaping syntax

Simon Glass (1):
      qconfig: Fix an incorrect format-string with negative value

 tools/patman/commit.py      | 2 +-
 tools/patman/patchstream.py | 2 +-
 tools/qconfig.py            | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Regards,
Simon

Comments

Tom Rini Sept. 2, 2024, 3:39 p.m. UTC | #1
On Sun, Sep 01, 2024 at 02:09:52PM -0600, Simon Glass wrote:

> Hi Tom,
> 
> The following changes since commit 57949a99b7bd0aa21abbde1ffa7e50e5d9e10a4e:
> 
> https://source.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/22192
> https://dev.azure.com/simon0972/u-boot/_build/results?buildId=67&view=results
> 
>   Merge tag 'u-boot-imx-master-20240829' of
> https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2024-08-29
> 08:15:37 -0600)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-dm.git tags/dm-pull-1sep24
> 
> for you to fetch changes up to 4597acbd5943a53afb8aeb9595f2ea5a40e1f99f:
> 
>   qconfig: Fix an incorrect format-string with negative value
> (2024-09-01 11:05:43 -0600)
> 

Applied to u-boot/master, thanks!