summaryrefslogtreecommitdiff
path: root/board/freescale/m547xevb/m547xevb.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/m547xevb/m547xevb.c')
-rw-r--r--board/freescale/m547xevb/m547xevb.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/freescale/m547xevb/m547xevb.c b/board/freescale/m547xevb/m547xevb.c
index 0286084a8..539da78de 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;