mbox

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

Message ID CACCg+XMy_r4Rv99tKhi-Wh7UfhjOFKRU_chPSWJAjymdGbsqVQ@mail.gmail.com
State Accepted
Delegated to: Wolfgang Denk
Headers show

Pull-request

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

Message

Macpaul Lin July 20, 2012, 4:03 p.m. UTC
Dear Wolfgang,

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

Thanks!
Macpaul Lin.

The following changes since commit 3ec81d758c09d6887a77a1b1259d044a2905bc8e:

  Merge branch 'master' of git://git.denx.de/u-boot-usb (2012-07-20
09:12:43 +0200)

are available in the git repository at:


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

for you to fetch changes up to 8d732840ba1cd4d41c12242ba07f1cf58b6429bf:

  nds32: split common cache access from cpu into lib (2012-07-20 23:55:52
+0800)

----------------------------------------------------------------
Macpaul Lin (1):
      nds32: split common cache access from cpu into lib

 arch/nds32/cpu/n1213/ag101/cpu.c | 112 ----------------------------
 arch/nds32/cpu/n1213/ag102/cpu.c | 112 ----------------------------
 arch/nds32/lib/Makefile          |   2 +-
 arch/nds32/lib/cache.c           | 157
+++++++++++++++++++++++++++++++++++++++
 4 files changed, 158 insertions(+), 225 deletions(-)
 create mode 100644 arch/nds32/lib/cache.c

Comments

Wolfgang Denk July 20, 2012, 8:37 p.m. UTC | #1
Dear Macpaul Lin,

In message <CACCg+XMy_r4Rv99tKhi-Wh7UfhjOFKRU_chPSWJAjymdGbsqVQ@mail.gmail.com> you wrote:
>
> The following changes since commit 3ec81d758c09d6887a77a1b1259d044a2905bc8e:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-usb (2012-07-20
> 09:12:43 +0200)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-nds32.git master
> 
> for you to fetch changes up to 8d732840ba1cd4d41c12242ba07f1cf58b6429bf:
> 
>   nds32: split common cache access from cpu into lib (2012-07-20 23:55:52
> +0800)
> 
> ----------------------------------------------------------------
> Macpaul Lin (1):
>       nds32: split common cache access from cpu into lib
> 
>  arch/nds32/cpu/n1213/ag101/cpu.c | 112 ----------------------------
>  arch/nds32/cpu/n1213/ag102/cpu.c | 112 ----------------------------
>  arch/nds32/lib/Makefile          |   2 +-
>  arch/nds32/lib/cache.c           | 157
> +++++++++++++++++++++++++++++++++++++++
>  4 files changed, 158 insertions(+), 225 deletions(-)
>  create mode 100644 arch/nds32/lib/cache.c

Applied, thanks.

> --bcaec554de605b34b304c5450bb9
> Content-Type: text/html; charset=ISO-8859-1
> Content-Transfer-Encoding: quoted-printable

Please, do NOT send HTML!!!

Best regards,

Wolfgang Denk