fix typo for the flash start address on bcm6345
SVN-Revision: 17032
This commit is contained in:
parent
31fbb89034
commit
dabf5e71a6
1 changed files with 1 additions and 1 deletions
|
@ -827,7 +827,7 @@ int __init board_register_devices(void)
|
||||||
|
|
||||||
/* read base address of boot chip select (0) */
|
/* read base address of boot chip select (0) */
|
||||||
if (BCMCPU_IS_6345())
|
if (BCMCPU_IS_6345())
|
||||||
val = 0x1fc0000;
|
val = 0x1fc00000;
|
||||||
else {
|
else {
|
||||||
val = bcm_mpi_readl(MPI_CSBASE_REG(0));
|
val = bcm_mpi_readl(MPI_CSBASE_REG(0));
|
||||||
val &= MPI_CSBASE_BASE_MASK;
|
val &= MPI_CSBASE_BASE_MASK;
|
||||||
|
|
Loading…
Reference in a new issue