mbox

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

Message ID 56EF0B0B.4010002@denx.de
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Marek Vasut March 20, 2016, 8:41 p.m. UTC
The following changes since commit e4fb863f6dec0002069d57422ebe3ce3af69a273:

  dm: blk: Add tests for block devices (2016-03-17 21:27:39 -0600)

are available in the git repository at:

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

for you to fetch changes up to 93d9fc26cb7b4fcbb849e79d21d16b114e4501a9:

  arm: socfpga: sr1500: Misc updates (SPI speed, env location)
(2016-03-20 18:01:11 +0100)

----------------------------------------------------------------
Chin Liang See (1):
      arm: socfpga: Enabling U-Boot environment support in QSPI

Marek Vasut (1):
      arm: socfpga: Fix SR1500 env position

Stefan Roese (2):
      arm: socfpga: Allow boards to define a custom environment size
      arm: socfpga: sr1500: Misc updates (SPI speed, env location)

 arch/arm/dts/socfpga_cyclone5_sr1500.dts |  2 +-
 configs/socfpga_sr1500_defconfig         |  2 ++
 include/configs/socfpga_common.h         |  8 ++++++++
 include/configs/socfpga_sr1500.h         | 25 +++++++++++++++----------
 4 files changed, 26 insertions(+), 11 deletions(-)

Comments

Tom Rini March 21, 2016, 1:27 a.m. UTC | #1
On Sun, Mar 20, 2016 at 09:41:47PM +0100, Marek Vasut wrote:

> The following changes since commit e4fb863f6dec0002069d57422ebe3ce3af69a273:
> 
>   dm: blk: Add tests for block devices (2016-03-17 21:27:39 -0600)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to 93d9fc26cb7b4fcbb849e79d21d16b114e4501a9:
> 
>   arm: socfpga: sr1500: Misc updates (SPI speed, env location)
> (2016-03-20 18:01:11 +0100)
> 

Applied to u-boot/master, thanks!