summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
Diffstat (limited to 'board')
-rw-r--r--board/spc1920/spc1920.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/board/spc1920/spc1920.c b/board/spc1920/spc1920.c
index d69b915172..06ec60e2a7 100644
--- a/board/spc1920/spc1920.c
+++ b/board/spc1920/spc1920.c
@@ -176,6 +176,11 @@ long int initdram (int board_type)
hpi_init();
/* PLD Setup */
+ memctl->memc_or4 = CFG_OR4_PRELIM;
+ memctl->memc_br4 = CFG_BR4_PRELIM;
+ udelay(1000);
+
+ /* PLD Setup */
memctl->memc_or5 = CFG_OR5_PRELIM;
memctl->memc_br5 = CFG_BR5_PRELIM;
udelay(1000);
OpenPOWER on IntegriCloud