Re: [U-Boot] [PATCH 6/8] APM82xxx: Add SRAM support

2010-08-30 Thread Tirumala Marri
> > > Signed-off-by: Tirumala R Marri > [...] > > diff --git a/arch/powerpc/include/asm/ppc4xx-isram.h > b/arch/powerpc/include/asm/ppc4xx-isram.h > > index d6d17ac..b723401 100644 > > --- a/arch/powerpc/include/asm/ppc4xx-isram.h > > +++ b/arch/powerpc/include/asm/ppc4xx-isram.h > > @@ -25,7 +25,

Re: [U-Boot] [PATCH 6/8] APM82xxx: Add SRAM support

2010-08-27 Thread Sergei Shtylyov
Hello. tma...@apm.com wrote: > From: Tirumala Marri > This patch adds L2Cache/SRAM and OCM register definitions. > Signed-off-by: Tirumala R Marri [...] > diff --git a/arch/powerpc/include/asm/ppc4xx-isram.h > b/arch/powerpc/include/asm/ppc4xx-isram.h > index d6d17ac..b723401 100644 > --- a/

[U-Boot] [PATCH 6/8] APM82xxx: Add SRAM support

2010-08-26 Thread tmarri
From: Tirumala Marri This patch adds L2Cache/SRAM and OCM register definitions. Signed-off-by: Tirumala R Marri --- arch/powerpc/include/asm/ppc4xx-isram.h |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/arch/powerpc/include/asm/ppc4xx-isram.h b/arch/powerpc/in