mxs: spl_mem_init: Fix comment about start bit

Start bit is part of HW_DRAM_CTL8 register, so  fix the comment.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
This commit is contained in:
Fabio Estevam 2013-05-03 04:37:10 +00:00 committed by Stefano Babic
parent 83284a1a6e
commit 8a47c997c5

View file

@ -267,7 +267,7 @@ static void mx23_mem_init(void)
initialize_dram_values();
/* Set START bit in DRAM_CTL16 */
/* Set START bit in DRAM_CTL8 */
setbits_le32(MXS_DRAM_BASE + 0x20, 1 << 16);
clrbits_le32(MXS_DRAM_BASE + 0x40, 1 << 17);