mbox series

[PULL] u-boot-sh/master-cleanup

Message ID 20240602125047.12374-1-marek.vasut+renesas@mailbox.org
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL] u-boot-sh/master-cleanup | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-sh.git master-cleanup

Message

Marek Vasut June 2, 2024, 12:50 p.m. UTC
The following changes since commit ea722aa5eb33740ae77e8816aeb72b385e621cd0:

  Merge branch '2024-05-29-assorted-small-fixes' (2024-05-29 11:21:14 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master-cleanup

for you to fetch changes up to ecfa301911405f9ebc27677f6d26fcd43309ed36:

  configs: rzg2_beacon: Realign ENV location and offset (2024-06-02 02:30:01 +0200)

----------------------------------------------------------------
Adam Ford (2):
      renesas: beacon-rzg2m: Add Marek to MAINTAINER file
      configs: rzg2_beacon: Realign ENV location and offset

Marek Vasut (2):
      ARM: dts: renesas: Remove leftovers after OF_UPSTREAM conversion
      ARM: dts: renesas: Reserve space in 64bit R-Car DTs

 arch/arm/dts/salvator-common.dtsi        | 1104 ------------------------------
 arch/arm/dts/salvator-x.dtsi             |   29 -
 arch/arm/dts/salvator-xs.dtsi            |   85 ---
 arch/arm/dts/ulcb-audio-graph-card.dtsi  |   85 ---
 arch/arm/dts/ulcb-audio-graph-card2.dtsi |   26 -
 arch/arm/dts/ulcb.dtsi                   |  509 --------------
 board/beacon/beacon-rzg2m/MAINTAINERS    |    1 +
 configs/rzg2_beacon_defconfig            |    3 +-
 dts/upstream/src/arm64/Makefile          |    4 +
 9 files changed, 7 insertions(+), 1839 deletions(-)
 delete mode 100644 arch/arm/dts/salvator-common.dtsi
 delete mode 100644 arch/arm/dts/salvator-x.dtsi
 delete mode 100644 arch/arm/dts/salvator-xs.dtsi
 delete mode 100644 arch/arm/dts/ulcb-audio-graph-card.dtsi
 delete mode 100644 arch/arm/dts/ulcb-audio-graph-card2.dtsi
 delete mode 100644 arch/arm/dts/ulcb.dtsi

Comments

Tom Rini June 3, 2024, 5:42 p.m. UTC | #1
On Sun, Jun 02, 2024 at 02:50:14PM +0200, Marek Vasut wrote:

> The following changes since commit ea722aa5eb33740ae77e8816aeb72b385e621cd0:
> 
>   Merge branch '2024-05-29-assorted-small-fixes' (2024-05-29 11:21:14 -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-sh.git master-cleanup
> 
> for you to fetch changes up to ecfa301911405f9ebc27677f6d26fcd43309ed36:
> 
>   configs: rzg2_beacon: Realign ENV location and offset (2024-06-02 02:30:01 +0200)
> 

Applied to u-boot/master, thanks!