mbox

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

Message ID 201509241027.50640.marex@denx.de
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Marek Vasut Sept. 24, 2015, 8:27 a.m. UTC
Hi, here's an updated one

The following changes since commit 8a5f6129d1450f5ff92a55cfcfd7b96ee019e303:

  pinctrl: move dm_scan_fdt_node() out of pinctrl uclass (2015-09-19 15:42:15 
-0600)

are available in the git repository at:

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

for you to fetch changes up to aad604aef36e90bd42b4ce1969960f3427be4a7a:

  arm: socfpga: Enable env support on MCV (2015-09-24 09:07:58 +0200)

----------------------------------------------------------------
Dinh Nguyen (3):
      arm: socfpga: rename socfpga_cyclone5 and socfpga_arria5 config files
      arm: socfpga: update MAINTAINERS' file for cyclone5_socdk and arria5_socdk
      arm: socfpga: Enable saveenv for SD/MMC

Marek Vasut (1):
      arm: socfpga: Enable env support on MCV

Stefan Roese (1):
      arm: socfpga: Fix cache configuration

 arch/arm/mach-socfpga/Kconfig                                    | 4 ++--
 board/altera/arria5-socdk/MAINTAINERS                            | 4 ++--
 board/altera/cyclone5-socdk/MAINTAINERS                          | 4 ++--
 include/configs/{socfpga_arria5.h => socfpga_arria5_socdk.h}     | 4 ++++
 include/configs/socfpga_common.h                                 | 2 --
 include/configs/{socfpga_cyclone5.h => socfpga_cyclone5_socdk.h} | 4 ++++
 include/configs/socfpga_de0_nano_soc.h                           | 4 ++++
 include/configs/socfpga_mcvevk.h                                 | 6 ++++++
 include/configs/socfpga_sockit.h                                 | 4 ++++
 9 files changed, 28 insertions(+), 8 deletions(-)
 rename include/configs/{socfpga_arria5.h => socfpga_arria5_socdk.h} (95%)
 rename include/configs/{socfpga_cyclone5.h => socfpga_cyclone5_socdk.h} (95%)

Comments

Tom Rini Sept. 24, 2015, 9:10 p.m. UTC | #1
On Thu, Sep 24, 2015 at 10:27:50AM +0200, Marek Vasut wrote:

> Hi, here's an updated one
> 
> The following changes since commit 8a5f6129d1450f5ff92a55cfcfd7b96ee019e303:
> 
>   pinctrl: move dm_scan_fdt_node() out of pinctrl uclass (2015-09-19 15:42:15 
> -0600)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git 
> 
> for you to fetch changes up to aad604aef36e90bd42b4ce1969960f3427be4a7a:
> 
>   arm: socfpga: Enable env support on MCV (2015-09-24 09:07:58 +0200)
> 

Applied to u-boot/master, thanks!