mbox series

[U-Boot] Pull request: BCM ARM changes

Message ID ee42835c-ab62-f9f6-b368-8eba13811811@gmail.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot] Pull request: BCM ARM changes | expand

Pull-request

https://github.com/mbgg/u-boot.git tags/2019.01-next

Message

Matthias Brugger Feb. 15, 2019, 4:26 p.m. UTC
The following changes since commit 97276a91db8e98f081a40ddf9dc8f81d4032a756:

  Prepare v2019.04-rc1 (2019-02-07 21:32:19 -0500)

are available in the Git repository at:

  https://github.com/mbgg/u-boot.git tags/2019.01-next

for you to fetch changes up to 7e2ae620e15ef578b8f2812ec21ec07fae6c1e2f:

  rpi: add Compute Module 3+ (2019-02-15 12:49:13 +0100)

----------------------------------------------------------------
- add compute module 3+
- fix 64 bit warning in bmp command

----------------------------------------------------------------
Adam Heinrich (1):
      cmd: bmp: Make integer-to-pointer cast platform, independent

Jonathan Gray (1):
      rpi: add Compute Module 3+

 board/raspberrypi/rpi/rpi.c | 5 +++++
 cmd/bmp.c                   | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

Comments

Tom Rini Feb. 16, 2019, 1:30 p.m. UTC | #1
On Fri, Feb 15, 2019 at 05:26:42PM +0100, Matthias Brugger wrote:

> The following changes since commit 97276a91db8e98f081a40ddf9dc8f81d4032a756:
> 
>   Prepare v2019.04-rc1 (2019-02-07 21:32:19 -0500)
> 
> are available in the Git repository at:
> 
>   https://github.com/mbgg/u-boot.git tags/2019.01-next
> 
> for you to fetch changes up to 7e2ae620e15ef578b8f2812ec21ec07fae6c1e2f:
> 
>   rpi: add Compute Module 3+ (2019-02-15 12:49:13 +0100)
> 

Applied to u-boot/master, thanks!