[brcm63xx] fix typo for the flash start address on bcm6345
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 27 Jul 2009 22:31:28 +0000 (22:31 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 27 Jul 2009 22:31:28 +0000 (22:31 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17032 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c

index 52d4c27..c61438e 100644 (file)
@@ -827,7 +827,7 @@ int __init board_register_devices(void)
 
        /* read base address of boot chip select (0) */
        if (BCMCPU_IS_6345())
-               val = 0x1fc0000;
+               val = 0x1fc00000;
        else {
                val = bcm_mpi_readl(MPI_CSBASE_REG(0));
                val &= MPI_CSBASE_BASE_MASK;