mbox

[U-Boot] pull request for u-boot-tegra/master into ARM/master

Message ID CA+m5__K5-65=xwK7Dbjq8KdZtHavxnJDX5VRp8HS830f42oBYg@mail.gmail.com
State Accepted
Delegated to: Albert ARIBAUD
Headers show

Pull-request

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

Message

Tom Warren June 19, 2014, 5:53 p.m. UTC
Albert,

Please pull u-boot-tegra/master into ARM/master. Thanks!

./MAKEALL -s tegra AOK, checkpatch.pl is OK, and ./MAKEALL -a arm only
shows failures that were already present in ARM/master.

The following changes since commit 0a26e1d6c394aacbf1153977b7348d1dff85db3f:

  arm: fix a double-definition error of _start symbol (2014-06-09 10:36:40
+0200)

are available in the git repository at:

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

for you to fetch changes up to fe7b7cd26683b29bed407bf5ab778e8d80201d73:

  ARM: tegra: set initrd_high so boot scripts work (2014-06-19 10:47:20
-0700)

----------------------------------------------------------------
Jeroen Hofstee (2):
      tegra20: display: fix checking of return value
      ARM: tegra: fix include guard

Stephen Warren (2):
      ARM: tegra: fix extlinux.conf search location
      ARM: tegra: set initrd_high so boot scripts work

 arch/arm/cpu/armv7/tegra20/display.c | 2 +-
 include/configs/tegra-common-post.h  | 9 +++++----
 include/configs/tegra-common-ums.h   | 2 +-
 3 files changed, 7 insertions(+), 6 deletions(-)

Comments

Albert ARIBAUD July 1, 2014, 4:58 p.m. UTC | #1
Hi Tom,

On Thu, 19 Jun 2014 10:53:11 -0700, Tom Warren
<twarren.nvidia@gmail.com> wrote:

> Albert,
> 
> Please pull u-boot-tegra/master into ARM/master. Thanks!
> 
> ./MAKEALL -s tegra AOK, checkpatch.pl is OK, and ./MAKEALL -a arm only
> shows failures that were already present in ARM/master.
> 
> The following changes since commit 0a26e1d6c394aacbf1153977b7348d1dff85db3f:
> 
>   arm: fix a double-definition error of _start symbol (2014-06-09 10:36:40
> +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-tegra.git master
> 
> for you to fetch changes up to fe7b7cd26683b29bed407bf5ab778e8d80201d73:
> 
>   ARM: tegra: set initrd_high so boot scripts work (2014-06-19 10:47:20
> -0700)
> 
> ----------------------------------------------------------------
> Jeroen Hofstee (2):
>       tegra20: display: fix checking of return value
>       ARM: tegra: fix include guard
> 
> Stephen Warren (2):
>       ARM: tegra: fix extlinux.conf search location
>       ARM: tegra: set initrd_high so boot scripts work
> 
>  arch/arm/cpu/armv7/tegra20/display.c | 2 +-
>  include/configs/tegra-common-post.h  | 9 +++++----
>  include/configs/tegra-common-ums.h   | 2 +-
>  3 files changed, 7 insertions(+), 6 deletions(-)

Applied to u-boot-arm/master, thanks!

Amicalement,