[brcm63xx] a couple of more fixes to get 6345 booting up to the console handover
[openwrt.git] / target / linux / brcm63xx / files / arch / mips / bcm63xx / cpu.c
index 2b1a9b4..c6f7fad 100644 (file)
@@ -288,6 +288,9 @@ static unsigned int detect_memory_size(void)
        unsigned int cols = 0, rows = 0, is_32bits = 0, banks = 0;
        u32 val;
 
+       if (BCMCPU_IS_6345())
+               return (8 * 1024 * 1024);
+
        if (BCMCPU_IS_6338() || BCMCPU_IS_6348()) {
                val = bcm_sdram_readl(SDRAM_CFG_REG);
                rows = (val & SDRAM_CFG_ROW_MASK) >> SDRAM_CFG_ROW_SHIFT;
This page took 0.021771 seconds and 4 git commands to generate.