[brcm63xx] fix typo for the flash start address on bcm6345

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17032 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Florian Fainelli
2009-07-27 22:31:28 +00:00
parent bb23f1eafc
commit fd243ab4c9

View 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;