mbox

[U-Boot] Pull request: u-boot-arm/master

Message ID 20130415213637.4650a4ef@lilith
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Albert ARIBAUD April 15, 2013, 7:36 p.m. UTC
Hi Tom,

The following changes since commit
8960af8ba9488fc54e2e4733cbada26d3cece225:

  cosmetic: fix CONFIG_SPL_BSS_MAX_SIZE typo in README (2013-04-14
  17:04:43 +0200)

are available in the git repository at:

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

for you to fetch changes up to c4a4e2e20ca226948b62ed116df98f7a3932f2ac:

  ARMv7: start.S: stay in HYP mode if u-boot is entered in it
  (2013-04-15 18:30:59 +0200)

----------------------------------------------------------------
Andre Przywara (1):
      ARMv7: start.S: stay in HYP mode if u-boot is entered in it

 arch/arm/cpu/armv7/start.S |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Amicalement,

Comments

Tom Rini April 16, 2013, 3:58 p.m. UTC | #1
On Mon, Apr 15, 2013 at 09:36:37PM +0200, Albert ARIBAUD wrote:

> Hi Tom,
> 
> The following changes since commit
> 8960af8ba9488fc54e2e4733cbada26d3cece225:
> 
>   cosmetic: fix CONFIG_SPL_BSS_MAX_SIZE typo in README (2013-04-14
>   17:04:43 +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-arm master
> 
> for you to fetch changes up to c4a4e2e20ca226948b62ed116df98f7a3932f2ac:
> 
>   ARMv7: start.S: stay in HYP mode if u-boot is entered in it
>   (2013-04-15 18:30:59 +0200)
> 
> ----------------------------------------------------------------
> Andre Przywara (1):
>       ARMv7: start.S: stay in HYP mode if u-boot is entered in it
> 
>  arch/arm/cpu/armv7/start.S |   10 +++++++---
>  1 file changed, 7 insertions(+), 3 deletions(-)

Applied to u-boot/master, thanks!