Re: [U-Boot] [PATCH V3 1/6] tqm85xx: create fixed_sdram() to do sdram setup

2011-01-04 Thread Kumar Gala
On Dec 17, 2010, at 5:17 PM, Becky Bruce wrote: > Also, change this code to use phys_size_t instead of long int. > Using common naming for this function will enable us to use the common > initdram() for 85xx going forward. Other than the type change, > this is just a code rearrange. > > Signed-

Re: [U-Boot] [PATCH V3 1/6] tqm85xx: create fixed_sdram() to do sdram setup

2010-12-22 Thread Stefan Roese
On Tuesday 21 December 2010 18:52:30 Kumar Gala wrote: > On Dec 17, 2010, at 5:17 PM, Becky Bruce wrote: > > Also, change this code to use phys_size_t instead of long int. > > Using common naming for this function will enable us to use the common > > initdram() for 85xx going forward. Other than t

Re: [U-Boot] [PATCH V3 1/6] tqm85xx: create fixed_sdram() to do sdram setup

2010-12-21 Thread Kumar Gala
On Dec 17, 2010, at 5:17 PM, Becky Bruce wrote: > Also, change this code to use phys_size_t instead of long int. > Using common naming for this function will enable us to use the common > initdram() for 85xx going forward. Other than the type change, > this is just a code rearrange. > > Signed-

[U-Boot] [PATCH V3 1/6] tqm85xx: create fixed_sdram() to do sdram setup

2010-12-17 Thread Becky Bruce
Also, change this code to use phys_size_t instead of long int. Using common naming for this function will enable us to use the common initdram() for 85xx going forward. Other than the type change, this is just a code rearrange. Signed-off-by: Becky Bruce --- board/tqc/tqm85xx/sdram.c | 37 +++