Re: [U-Boot] [PATCH-V2 2/4] omap3: Consolidate SDRC related operations

2010-05-06 Thread Wolfgang Denk
Dear "Hiremath, Vaibhav", In message <19f8576c6e063c45be387c64729e7394044e351...@dbde02.ent.ti.com> you wrote: > > > > diff --git a/arch/arm/include/asm/arch-omap3/cpu.h > > b/arch/arm/include/asm/arch-omap3/cpu.h > > > index aa8de32..a49af10 100644 > > > --- a/arch/arm/include/asm/arch-omap3/cp

Re: [U-Boot] [PATCH-V2 2/4] omap3: Consolidate SDRC related operations

2010-05-05 Thread Hiremath, Vaibhav
> -Original Message- > From: Wolfgang Denk [mailto:w...@denx.de] > Sent: Thursday, May 06, 2010 1:38 AM > To: Hiremath, Vaibhav > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH-V2 2/4] omap3: Consolidate SDRC related > operations > > Dear hvaib...@ti

Re: [U-Boot] [PATCH-V2 2/4] omap3: Consolidate SDRC related operations

2010-05-05 Thread Wolfgang Denk
Dear hvaib...@ti.com, In message <1272034546-26041-4-git-send-email-hvaib...@ti.com> you wrote: > From: Vaibhav Hiremath > > Consolidated SDRC related functions into one file - sdrc.c > > And also replaced sdrc_init with generic memory init > function (mem_init), this generalization of omap mem

[U-Boot] [PATCH-V2 2/4] omap3: Consolidate SDRC related operations

2010-04-23 Thread hvaibhav
From: Vaibhav Hiremath Consolidated SDRC related functions into one file - sdrc.c And also replaced sdrc_init with generic memory init function (mem_init), this generalization of omap memory setup is necessary to support the new emif4 interface introduced in AM3517. Signed-off-by: Vaibhav Hirem