commit | 1bd7205c2fcd622f7b928aa6a9ff709296047a11 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Fri May 03 04:37:12 2013 +0000 |
committer | Stefano Babic <sbabic@denx.de> | Sun May 05 17:08:46 2013 +0200 |
tree | f35ac1cd9d75b153d325de4275b2e106a1068cc7 | |
parent | 7f77e5f064262c66ca45c141176a3762f5733c2d [diff] |
mxs: spl_mem_init: Skip the initialization of some DRAM_CTL registers HW_DRAM_CTL27, HW_DRAM_CTL28 and HW_DRAM_CTL35 are not initialized as per FSL bootlets code. mx23 Reference Manual mark HW_DRAM_CTL27 and HW_DRAM_CTL28 as "reserved". HW_DRAM_CTL8 is setup as the last element. So skip the initialization of these DRAM_CTL registers. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>