mbox

[U-Boot] Pull request: u-boot-nds32

Message ID 1fc4bf2f-e6de-4e8c-a8fc-c5051b4ca25c@ATCPCS12.andestech.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Andes Jan. 28, 2014, 12:12 p.m. UTC
Hi Tom,

Please pull the following patch from u-boot-nds32 into your tree.
Thanks!

The following changes since commit 0876703cf2ee107372b56037d4eeeb7604c56796:

  boards.cfg: Keep the entries sorted (2014-01-27 08:28:35 -0500)

are available in the git repository at:

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

for you to fetch changes up to f889cc81c1572f4af0be950fd49bb6b67bc580fb:

  nds32: add support for leopard and orca board boot flow auto detect (2014-01-28 19:23:01 +0800)

----------------------------------------------------------------
rick (1):
      nds32: add support for leopard and orca board boot flow auto detect

 arch/nds32/cpu/n1213/ag101/asm-offsets.c   |    1 +
 arch/nds32/cpu/n1213/ag101/lowlevel_init.S |   88 ++++++++++++++++++++++++++-
 2 files changed, 85 insertions(+), 4 deletions(-)

Comments

Tom Rini Jan. 29, 2014, 2:46 p.m. UTC | #1
On Tue, Jan 28, 2014 at 08:12:51PM +0800, uboot@andestech.com wrote:

> Hi Tom,
> 
> Please pull the following patch from u-boot-nds32 into your tree.
> Thanks!
> 
> The following changes since commit 0876703cf2ee107372b56037d4eeeb7604c56796:
> 
>   boards.cfg: Keep the entries sorted (2014-01-27 08:28:35 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-nds32.git master
> 
> for you to fetch changes up to f889cc81c1572f4af0be950fd49bb6b67bc580fb:
> 
>   nds32: add support for leopard and orca board boot flow auto detect (2014-01-28 19:23:01 +0800)
> 
> ----------------------------------------------------------------
> rick (1):
>       nds32: add support for leopard and orca board boot flow auto detect
> 
>  arch/nds32/cpu/n1213/ag101/asm-offsets.c   |    1 +
>  arch/nds32/cpu/n1213/ag101/lowlevel_init.S |   88 ++++++++++++++++++++++++++-
>  2 files changed, 85 insertions(+), 4 deletions(-)

Applied to u-boot/master, thanks!