mbox series

[U-Boot,PULL] u-boot-socfpga/master

Message ID 793cb39f-cb58-1638-10f3-7ea3cfad1442@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot,PULL] u-boot-socfpga/master | expand

Pull-request

git://git.denx.de/u-boot-socfpga.git master

Message

Marek Vasut Aug. 17, 2019, 12:19 p.m. UTC
The following changes since commit df33f8646855e65b8e7232c7fd5739e1ae1eb58b:

  configs: Resync with savedefconfig (2019-08-14 08:11:27 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to a89441a74f6df1f75b942f6906724620fad2e8e1:

  arm: socfpga: gen5: don't zero bss in board_init_f() (2019-08-15
08:50:02 +0200)

----------------------------------------------------------------
Dalon Westergreen (1):
      ARM: socfpga: update CONFIG_SPL_FS_LOAD_PAYLOAD_NAME to u-boot.img

Ley Foon Tan (1):
      arm: socfpga: Fix SYSRESET_SOCFPGA_S10 config name

Simon Goldschmidt (1):
      arm: socfpga: gen5: don't zero bss in board_init_f()

 arch/arm/Kconfig                 | 2 +-
 arch/arm/mach-socfpga/spl_gen5.c | 2 --
 include/configs/socfpga_common.h | 2 +-
 3 files changed, 2 insertions(+), 4 deletions(-)

Comments

Tom Rini Aug. 17, 2019, 5:47 p.m. UTC | #1
On Sat, Aug 17, 2019 at 02:19:58PM +0200, Marek Vasut wrote:

> The following changes since commit df33f8646855e65b8e7232c7fd5739e1ae1eb58b:
> 
>   configs: Resync with savedefconfig (2019-08-14 08:11:27 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to a89441a74f6df1f75b942f6906724620fad2e8e1:
> 
>   arm: socfpga: gen5: don't zero bss in board_init_f() (2019-08-15
> 08:50:02 +0200)
> 

Applied to u-boot/master, thanks!