diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-07-17 15:57:09 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-07-17 15:57:09 +0000 |
commit | d0fdf2c5ed2f70318544ec8207bc6d3056d54622 (patch) | |
tree | 1730b0e6ba494f61949afea5cdc8bec302c4b8cb | |
parent | cd64d4ce6e9cedb9172e6b8eda39437244bfa2bc (diff) | |
download | upstream-d0fdf2c5ed2f70318544ec8207bc6d3056d54622.tar.gz upstream-d0fdf2c5ed2f70318544ec8207bc6d3056d54622.tar.bz2 upstream-d0fdf2c5ed2f70318544ec8207bc6d3056d54622.zip |
fix comment only valid for bcm6345
SVN-Revision: 16881
-rw-r--r-- | target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c b/target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c index b9ff9759eb..e3ae72bff2 100644 --- a/target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c @@ -358,7 +358,7 @@ void __init board_prom_init(void) u32 val; /* read base address of boot chip select (0) - * 6338/6345 does not have MPI but boots from standard + * 6345 does not have MPI but boots from standard * MIPS Flash address */ if (BCMCPU_IS_6345()) val = 0x1fc00000; |