1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-20 11:14:21 +03:00

[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 2009-07-27 22:31:28 +00:00
parent 5204355926
commit efb3430f85

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;