]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/spc1920/spc1920.c
SPC1920: add support for the FM18L08 Ramtron FRAM
[karo-tx-uboot.git] / board / spc1920 / spc1920.c
index d69b91517219c65e9d2502bb02b6cf84aa5fe04b..06ec60e2a75901a97971ff306f8a5e274a2d6af6 100644 (file)
@@ -175,6 +175,11 @@ long int initdram (int board_type)
        /* initalize the DSP Host Port Interface */
        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;