mpc83xx: Get rid of CONFIG_SYS_LBC_*
[oweals/u-boot.git] / board / ve8313 / ve8313.c
index f4148a21e3b0778a9d5c8d2654b6268075aa02b7..1559ff210daa3c6fd8e85e05df4a11efe1648bbf 100644 (file)
@@ -100,8 +100,8 @@ int dram_init(void)
        msize = fixed_sdram();
 
        /* Local Bus setup lbcr and mrtpr */
-       out_be32(&lbc->lbcr, CONFIG_SYS_LBC_LBCR);
-       out_be32(&lbc->mrtpr, CONFIG_SYS_LBC_MRTPR);
+       out_be32(&lbc->lbcr, 0x00040000);
+       out_be32(&lbc->mrtpr, 0x20000000);
        sync();
 
        /* return total bus SDRAM size(bytes)  -- DDR */