提交 77878f16 编写于 作者: T TsiChung Liew

ColdFire: Fix second memory Chipselect for M5475EVB

Signed-off-by: NTsiChung Liew <Tsi-Chung.Liew@freescale.com>
Acked-by: NJohn Rigby <jrigby@freescale.com>
上级 43d60642
......@@ -43,6 +43,9 @@ long int initdram(int board_type)
volatile siu_t *siu = (siu_t *) (MMAP_SIU);
volatile sdram_t *sdram = (volatile sdram_t *)(MMAP_SDRAM);
u32 dramsize, i;
#ifdef CFG_DRAMSZ1
u32 temp;
#endif
siu->drv = CFG_SDRAM_DRVSTRENGTH;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册