Re: [U-Boot] am33xx evm: Update secure_emif_sdram_config during ddr init

2012-08-24 Thread Tom Rini
On Fri, Aug 10, 2012 at 09:59:57AM +0530, Satyanarayana, Sandhya wrote: > This patch updates secure_emif_sdram_config with the > same value written to sdram_config during ddr3 initialization. > > During suspend/resume, this value is copied into sdram_config. > With this, a write to sdram_config a

[U-Boot] am33xx evm: Update secure_emif_sdram_config during ddr init

2012-08-09 Thread Satyanarayana, Sandhya
This patch updates secure_emif_sdram_config with the same value written to sdram_config during ddr3 initialization. During suspend/resume, this value is copied into sdram_config. With this, a write to sdram_config at the end of resume sequence which triggers an init sequence can be avoided. Witho