summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-07-17 15:57:09 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-07-17 15:57:09 +0000
commitd0fdf2c5ed2f70318544ec8207bc6d3056d54622 (patch)
tree1730b0e6ba494f61949afea5cdc8bec302c4b8cb /target/linux/brcm63xx
parentcd64d4ce6e9cedb9172e6b8eda39437244bfa2bc (diff)
downloadmaster-31e0f0ae-d0fdf2c5ed2f70318544ec8207bc6d3056d54622.tar.gz
master-31e0f0ae-d0fdf2c5ed2f70318544ec8207bc6d3056d54622.tar.bz2
master-31e0f0ae-d0fdf2c5ed2f70318544ec8207bc6d3056d54622.zip
fix comment only valid for bcm6345
SVN-Revision: 16881
Diffstat (limited to 'target/linux/brcm63xx')
-rw-r--r--target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c2
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;