mbox

[U-Boot,PULL] : small fixes from u-boot-imx

Message ID 53BD4157.6060900@denx.de
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://www.denx.de/git/u-boot-imx.git master

Message

Stefano Babic July 9, 2014, 1:19 p.m. UTC
Hi Tom,

please pull from u-boot-imx - hopefully last fixes for the release. Thanks !

The following changes since commit 3f4c01d9f9d38e383f004dcd06c0d5661f2a57e0:

  mx25pdk: Remove CONFIG_SYS_GENERIC_BOARD (2014-06-26 10:17:19 +0200)

are available in the git repository at:

  git://www.denx.de/git/u-boot-imx.git master

for you to fetch changes up to 157f45da91b306d71dbf3a51325352dc11bf16d1:

  mx6: soc: Update the comments of set_ldo_voltage() (2014-07-09
15:10:10 +0200)

----------------------------------------------------------------
Andre Renaud (1):
      MX6: Correct calculation of PLL_SYS

Fabio Estevam (1):
      mx6: soc: Update the comments of set_ldo_voltage()

Lothar Rubusch (2):
      ARM: m28evk: Update default environment
      ARM: m53evk: Update default environment

Marek Vasut (4):
      ARM: m28evk: add needed commands and options
      ARM: m28evk: Adjust mtdparts
      ARM: m53evk: add needed commands and options
      ARM: m53evk: Adjust mtdparts settings

 arch/arm/cpu/armv7/mx6/clock.c |   2 +-
 arch/arm/cpu/armv7/mx6/soc.c   |   5 +-
 include/configs/m28evk.h       | 116
++++++++++++++++++++++++++++++++++-----
 include/configs/m53evk.h       | 122
+++++++++++++++++++++++++++++++++++++----
 4 files changed, 215 insertions(+), 30 deletions(-)

Comments

Tom Rini July 9, 2014, 1:25 p.m. UTC | #1
On Wed, Jul 09, 2014 at 03:19:19PM +0200, Stefano Babic wrote:

> Hi Tom,
> 
> please pull from u-boot-imx - hopefully last fixes for the release. Thanks !
> 
> The following changes since commit 3f4c01d9f9d38e383f004dcd06c0d5661f2a57e0:
> 
>   mx25pdk: Remove CONFIG_SYS_GENERIC_BOARD (2014-06-26 10:17:19 +0200)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-imx.git master
> 
> for you to fetch changes up to 157f45da91b306d71dbf3a51325352dc11bf16d1:
> 
>   mx6: soc: Update the comments of set_ldo_voltage() (2014-07-09
> 15:10:10 +0200)
> 
> ----------------------------------------------------------------
> Andre Renaud (1):
>       MX6: Correct calculation of PLL_SYS
> 
> Fabio Estevam (1):
>       mx6: soc: Update the comments of set_ldo_voltage()
> 
> Lothar Rubusch (2):
>       ARM: m28evk: Update default environment
>       ARM: m53evk: Update default environment
> 
> Marek Vasut (4):
>       ARM: m28evk: add needed commands and options
>       ARM: m28evk: Adjust mtdparts
>       ARM: m53evk: add needed commands and options
>       ARM: m53evk: Adjust mtdparts settings
> 
>  arch/arm/cpu/armv7/mx6/clock.c |   2 +-
>  arch/arm/cpu/armv7/mx6/soc.c   |   5 +-
>  include/configs/m28evk.h       | 116
> ++++++++++++++++++++++++++++++++++-----
>  include/configs/m53evk.h       | 122
> +++++++++++++++++++++++++++++++++++++----
>  4 files changed, 215 insertions(+), 30 deletions(-)

Applied to u-boot/master, thanks!