[U-Boot-Users] [PATCH] ColdFire: Fix second memory Chipselect for M5475EVB

17 Mar
2008
17 Mar
'08
11:06 p.m.
Signed-off-by: TsiChung Liew Tsi-Chung.Liew@freescale.com --- board/freescale/m547xevb/m547xevb.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/board/freescale/m547xevb/m547xevb.c b/board/freescale/m547xevb/m547xevb.c index 0286084..539da78 100644 --- a/board/freescale/m547xevb/m547xevb.c +++ b/board/freescale/m547xevb/m547xevb.c @@ -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;
--
1.5.4.1
6269
Age (days ago)
6269
Last active (days ago)
0 comments
1 participants
participants (1)
-
Tsi-Chung Liew